getDescription.Package | R Documentation |
Gets the description of the package. Not to be mixed up with *getDescriptionFile()
.
## S3 method for class 'Package'
getDescription(this, replaceNewlines=" ", ...)
replaceNewlines |
If a |
... |
Not used. |
A character
string.
Henrik Bengtsson
For more information see Package
.
pkg <- Package("base")
print(getDescription(pkg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.