| getMaintainer.Package | R Documentation | 
Gets the Maintainer of this package as specified by the DESCRIPTION file.
## S3 method for class 'Package'
getMaintainer(this, as=c("character", "person"), include=c("given", "family"), ...)
| as | A  | 
| include | A  | 
| ... | Optional arguments passed to  | 
Returns a character string or a person object.
Henrik Bengtsson
For more information see Package.
  pkg <- Package("R.oo")
  print(getMaintainer(pkg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.