Last chance! 50% off unlimited learning
Sale ends in
Buy Now
Rdocumentation
powered by
Learn R Programming
devtools (version 1.10.0)
load_imports: 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(pkg = ".")
Arguments