ns_env | R Documentation |
Namespaces are the environment where all the functions of a package
live. The parent environments of namespaces are the imports
environments, which contain all the functions imported from other
packages.
ns_env(x = caller_env())
ns_imports_env(x = caller_env())
ns_env_name(x = caller_env())
x |
|
pkg_env()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.