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