R.oo (version 1.24.0)

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 Package
getLicense(this, ...)

Arguments

...

Not used.

Value

Returns a character string.

See Also

For more information see Package.

Examples

Run this code
# NOT RUN {
  pkg <- Package("R.oo")
  print(getLicense(pkg))
# }

Run the code above in your browser using DataCamp Workspace