| getAuthor.Package | R Documentation | 
Gets the Author of this package as specified by the DESCRIPTION file.
## S3 method for class 'Package'
getAuthor(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(getAuthor(pkg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.