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

pkgload documentation built on Feb. 3, 2026, 9:09 a.m.