Rdocumentation
powered by
Learn R Programming
devtools (version 1.8.0)
load_code: Load R code.
Description
Load all R code in the
R
directory. The first time the code is loaded,
.onLoad
will be run if it exists.
Usage
load_code(pkg = ".")
Arguments
pkg
package description, can be path or package name. See
as.package
for more information