getDescription.Package: Gets the description of the package
Usage
## S3 method for class 'Package}(this, ...)':
getDescriptionundefined
- ...
{Not used.}
A character
string.
pkg <- Package("base")
print(getDescription(pkg))
[object Object]
For more information see Package
.