R/load-code.R
load_code.Rd
Sources all .R/.r files in the R/ directory, storing results into the package namespace.
.R
.r
R/
load_code(path = ".", quiet = NULL)
Path to a package, or within a package.
if TRUE suppresses output from this function.
TRUE