powered by
Gets the description of the package. Not to be mixed up with *getDescriptionFile().
*getDescriptionFile()
# S3 method for Package getDescription(this, replaceNewlines=" ", ...)
A character string.
character
If a character string, all newline characters are replaced with this string. Otherwise not.
Not used.
Henrik Bengtsson
For more information see Package.
Package
pkg <- Package("base") print(getDescription(pkg))
Run the code above in your browser using DataLab