R.oo (version 1.20.0)

getMaintainer.Package: Gets the Maintainer of this package

Description

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

Usage

"getMaintainer"(this, as=c("character", "person"), include=c("given", "family"), ...)

Arguments

as
A character string specifying the return format.
include
A character vector specifying which person fields to include if returning a character string.
...
Optional arguments passed to format.person.

Value

Returns a character string or a person object.

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