R.oo (version 1.0.3)

getPackageNameOf.Rdoc: 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

synopsis

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

See Also

For more information see Rdoc.