load_imports
From devtools v1.13.2
by Hadley Wickham
Load all of the imports for a package
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.
- Keywords
- internal
Usage
load_imports(pkg = ".")
Community examples
Looks like there are no examples yet.