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

# S3 method for class 'Package'
getTitle(this, ...)

Arguments

...

Not used.

Value

Returns a character string.

Author

Henrik Bengtsson

See also

For more information see Package.

Examples

  pkg <- Package("R.oo")
  print(getTitle(pkg))
#> [1] "R Object-Oriented Programming with or without References"