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 June 28, 2024, 5:07 p.m.