powered by
Gets the Author of this package as specified by the DESCRIPTION file.
DESCRIPTION
# S3 method for Package getAuthor(this, as=c("character", "person"), include=c("given", "family"), ...)
Returns a character string or a person object.
character
person
A character string specifying the return format.
A character vector specifying which person fields to include if returning a character string.
vector
Optional arguments passed to format.person.
format.person
Henrik Bengtsson
For more information see Package.
Package
pkg <- Package("R.oo") print(getAuthor(pkg))
Run the code above in your browser using DataLab