Load all R code in the R directory. The first time the code is loaded, .onLoad will be run if it exists.
R
.onLoad
load_code(path = ".", quiet = NULL)
path
Path to a package, or within a package.
quiet
if TRUE suppresses output from this function.
TRUE