imports_env | R Documentation |
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
.
imports_env(package)
package |
The package name as a string. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.