Learn R Programming

R.oo (version 1.7.5)

getMaintainer.Package: Gets the Maintainer of this package

Description

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

Usage

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

Arguments

...
Not used.

Value

See Also

For more information see Package.

Examples

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

Run the code above in your browser using DataLab