load_imports {pkgload} | R Documentation |
Load all of the imports for a package
Description
The imported objects are copied to the imports environment, and are not
visible from R_GlobalEnv
. This will automatically load (but not attach)
the dependency packages.
Usage
load_imports(path = ".")
[Package pkgload version 1.4.0 Index]