View source: R/obj_namespace_name.R
obj_namespace_name | R Documentation |
For most objects, this will be identical to the namespace name provided, but reexports will retain their originating package's namespace name. This helper function helps to expose this name to determine which exports are reexports.
obj_namespace_name(x, ns)
x |
A value to find within namespace |
ns |
A package namespace |
A character
string representing a namespace or similar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.