Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

imports_env

Return imports environment for a package


Description

Contains objects imported from other packages. Is the parent of the package namespace environment, and is a child of <namespace:base>, which is a child of R_GlobalEnv.

Usage

imports_env(package)

Arguments

path

TODO: fix doc

See Also

ns_env() for the namespace environment that all the objects (exported and not exported).

pkg_env() for the attached environment that contains the exported objects.


pkgload

Simulate Package Installation and Attach

v1.2.1
GPL-3
Authors
Hadley Wickham [aut], Jim Hester [aut, cre], Winston Chang [aut], RStudio [cph], R Core team [ctb] (Some namespace and vignette code extracted from base R)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.