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