get_licenses {rcompendium} | R Documentation |
List all available licenses
Description
This function returns a list of all available licenses. This is particularly
useful to get the right spelling of the license to be passed to
new_package()
, new_compendium()
, or add_license()
.
Usage
get_licenses()
Value
A data.frame
with the following two variables:
-
tag
, the license name to be used withadd_license()
; -
url
, the URL of the license description.
See Also
Other utilities functions:
get_all_dependencies()
,
get_all_functions()
,
get_minimal_r_version()
Examples
get_licenses()
[Package rcompendium version 1.3 Index]