| ns-reflect | R Documentation |
Internal functions to support reflection on namespace objects.
getExportedValue(ns, name)getNamespace(name)getNamespaceExports(ns)getNamespaceImports(ns)getNamespaceName(ns)getNamespaceUsers(ns)getNamespaceVersion(ns)
ns | string or namespace object. |
name | string or name. |
getExportedValue returns the value of the exported variablename in namespacens.
getNamespace returns the environment representing the namespacename. The namespace is loaded if necessary.
getNamespaceExports returns a character vector of the namesexported byns.
getNamespaceImports returns a representation of the importsused by namespacens. This representation is experimentaland subject to change.
getNamespaceName andgetNamespaceVersion return the nameand version of the namespacens.
getNamespaceUsers returns a character vector of the names ofthe namespaces that import namespacens.
Luke Tierney
loadNamespace for more about namespaces.
Add the following code to your website.
For more information on customizing the embed code, readEmbedding Snippets.
