R.oo (version 1.20.0)

getDescription.Package: Gets the description of the package

Description

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

Usage

"getDescription"(this, replaceNewlines=" ", ...)

Arguments

replaceNewlines
If a character string, all newline characters are replaced with this string. Otherwise not.
...
Not used.

Value

A character string.

See Also

For more information see Package.

Examples

Run this code
  pkg <- Package("base")
  print(getDescription(pkg))

Run the code above in your browser using DataLab