Gets the Author of this package as specified by the DESCRIPTION
file.
# S3 method for Package
getAuthor(this, as=c("character", "person"), include=c("given", "family"), ...)
A character
string specifying the return format.
Optional arguments passed to format.person
.
For more information see Package
.
# NOT RUN {
pkg <- Package("R.oo")
print(getAuthor(pkg))
# }
Run the code above in your browser using DataLab