getLicense.Package | R Documentation |
Gets the License of this package as specified by the DESCRIPTION
file.
## S3 method for class 'Package'
getLicense(this, ...)
... |
Not used. |
Returns a character
string.
Henrik Bengtsson
For more information see Package
.
pkg <- Package("R.oo")
print(getLicense(pkg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.