load_code {pkgload} | R Documentation |
Load R code.
Description
Sources all .R
/.r
files in the R/
directory, storing results into
the package namespace.
Usage
load_code(path = ".", quiet = NULL)
Arguments
path |
Path to a package, or within a package. |
quiet |
if |
[Package pkgload version 1.4.0 Index]