license_list: Get all OSI-listed licenses

Description Usage Arguments Value Examples

Description

license_list retrieves a list of all the metadata associated with every license that the Open Source Initiative has coverage of.

Usage

1

Arguments

...

arguments to pass to httr's GET.

Value

a list of licenses and their metadata (themselves in the form of lists) which can be provided to other functions such as license_text

Examples

1
2
# Get licenses
list_of_all_licenses <- license_list()

Ironholds/osi documentation built on May 7, 2019, 6:41 a.m.