ns_env {rlang} | R Documentation |
Get the namespace of a package
Description
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.
Usage
ns_env(x = caller_env())
ns_imports_env(x = caller_env())
ns_env_name(x = caller_env())
Arguments
x |
|
See Also
[Package rlang version 1.1.6 Index]