very good ,To keep custom functions organized and prevent them from cluttering the Global Environment pane in RStudio, consider creating an R package or sourcing them from a script. This approach allows you to manage and hide small functions used by other functions, similar to how a package works.