getDescriptionFile.Package {R.oo} | R Documentation |
Gets the description file of this package, i.e. the parsed DESCRIPTION
file.
## S3 method for class 'Package': getDescriptionFile(this, fields=NULL, ...)
fields |
A vector of character strings of fields to be returned.
If NULL , all available fields are returned. |
... |
Not used. |
Returns named vector
of character
strings.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Package
.