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 May 5, 2024, 10:30 a.m.