R.oo (version 1.24.0)

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 Package
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
# NOT RUN {
  pkg <- Package("base")
  print(getDescription(pkg))
# }

Run the code above in your browser using DataCamp Workspace