obj_namespace_name: Get namespace export namespace name
Description
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.
Usage
obj_namespace_name(x, ns)
Value
A character string representing a namespace or similar
Arguments
- x
A value to find within namespace ns
- ns
A package namespace