View source: R/namespace-env.R
| ns_env | R Documentation |
Contains all (exported and non-exported) objects, and is a descendant of
R_GlobalEnv. The hierarchy is <namespace:pkg>,
<imports:pkg>, <namespace:base>, and then
R_GlobalEnv.
ns_env(package)
package |
package name. |
If the package is not loaded, this function returns NULL.
pkg_env() for the attached environment that
contains the exported objects.
imports_env() for the environment that contains
imported objects for the package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.