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, ...)

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

Henrik Bengtsson

See also

For more information see Rdoc.