load_imports: Load all of the imports for a package

View source: R/imports-env.R

load_importsR 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 = ".")

r-pkgs/pkgload documentation built on Sept. 9, 2024, 4:21 p.m.