R.oo (version 1.0.3)

getTitle.Package: Gets the Title of this package

Description

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

Usage

## S3 method for class 'Package}(this, ...)':
getTitleundefined

...{Not used.}

Returns a character string.

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

[object Object]

For more information see Package.

Arguments