getTitle.Package.Rd
Gets the Title of this package as specified by the DESCRIPTION file.
DESCRIPTION
# S3 method for class 'Package' getTitle(this, ...)
Not used.
Returns a character string.
character
Henrik Bengtsson
For more information see Package.
Package
pkg <- Package("R.oo") print(getTitle(pkg)) #> [1] "R Object-Oriented Programming with or without References"