R.oo (version 1.20.0)

getTitle.Package: Gets the Title of this package

Description

Gets the Title of this package as specified by the DESCRIPTION file.

Usage

"getTitle"(this, ...)

Arguments

...
Not used.

Value

Returns a character string.

See Also

For more information see Package.

Examples

Run this code
  pkg <- Package("R.oo")
  print(getTitle(pkg))

Run the code above in your browser using DataLab