Get the namespace of a package
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 |
|
env |
A namespace environment. |
These functions are experimental and may not belong to the rlang package. Expect API changes.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.