Movatterモバイル変換


[0]ホーム

URL:


rdrr.io

ns-reflect: Namespace Reflection Support

ns-reflectR Documentation

Namespace Reflection Support

Description

Internal functions to support reflection on namespace objects.

Usage

getExportedValue(ns, name)getNamespace(name)getNamespaceExports(ns)getNamespaceImports(ns)getNamespaceName(ns)getNamespaceUsers(ns)getNamespaceVersion(ns)

Arguments

ns

string or namespace object.

name

string or name.

Details

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.

Author(s)

Luke Tierney

See Also

loadNamespace for more about namespaces.


What can we improve?

R Package Documentation

Browse R Packages

We want your feedback!

Note that we can't provide technical support on individual packages. You should contact the package authors for that.

 
Embedding an R snippet on your website

Add the following code to your website.

For more information on customizing the embed code, readEmbedding Snippets.

Close

[8]ページ先頭

©2009-2026 Movatter.jp