Rdoc$getPackageNameOf {R.oo} | R Documentation |
Gets the package of a method or an object
Description
Gets the package of a method or an object.
Usage
## Static method (use this):
## Rdoc$getPackageNameOf(objectName, mode="any", unique=TRUE, ...)
## Don't use the below:
## S3 method for class 'Rdoc'
getPackageNameOf(static, objectName, mode="any", unique=TRUE, ...)
Arguments
objectName |
An method or object name ( |
mode |
Mode of object ( |
unique |
If |
... |
Not used. |
Value
Returns a character
string.
Author(s)
Henrik Bengtsson
See Also
For more information see Rdoc
.
[Package R.oo version 1.25.0 Index]