load_code
From devtools v1.11.1
by Hadley Wickham
Load R code.
Load all R code in the R
directory. The first time the code is
loaded, .onLoad
will be run if it exists.
- Keywords
- programming
Usage
load_code(pkg = ".")
Arguments
- pkg
- package description, can be path or package name. See
as.package
for more information
Community examples
Looks like there are no examples yet.