getPackageNameOf.Rdoc {R.oo}R Documentation

Gets the package of a method or an object

Description

Gets the package of a method or an object.

Usage

Rdoc$getPackageNameOf(objectName, mode="any", unique=TRUE, ...)

Arguments

objectName An method or object name (character string).
mode Mode of object (character string).
unique If TRUE, only the first matching package is returned if more than one is found.
... Not used.

Value

Returns a character string.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see Rdoc.


[Package R.oo version 1.6.5 Index]