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-lib/pkgload documentation built on Feb. 3, 2024, 9:48 p.m.