getAuthor.Package: Gets the Author of this package
Description
Gets the Author of this package as specified by the DESCRIPTION
file.Usage
## S3 method for class 'Package}(this, ...)':
getAuthorundefined
- ...
{Not used.}
Returns a character
string.
pkg <- Package("R.oo")
print(getAuthor(pkg))
[object Object]
For more information see Package
.
internal
methods