nodepackage: Find a package that may contain a node

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/nodepackage.R

Description

getAnywhere() is used to look up x, and the package or namespace information is used to give a source package.

Usage

1

Arguments

x

a character string or name, or a vector.

Details

There is no indication whether the information is from a namespace or from a package information.

No indication is given if multiple hits are encountered.

The information is based on the run time environment of this function. This may be different from the environment the object is taken from.

See the help information for getAnywhere() for more warnings.

Value

a character string or a vector of strings with the package names.

Author(s)

Günther Sawitzki <gsawitzki@users.r-forge.r-project.org>

See Also

getAnywhere()

Examples

1
nodepackage("getAnywhere")

sprof documentation built on May 2, 2019, 4:45 p.m.