R.oo (version 1.0.3)

getDescription.Package: Gets the description of the package

Description

Gets the description of the package. Not to be mixed up with *getDescriptionFile().

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.

Arguments