Rdoc$getPackageNameOf | R Documentation |
Gets the package of a method or an object.
## 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, ...)
objectName |
An method or object name ( |
mode |
Mode of object ( |
unique |
If |
... |
Not used. |
Returns a character
string.
Henrik Bengtsson
For more information see Rdoc
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.