license_list: Get all OSI-listed licenses

Description Usage Arguments Value Examples

View source: R/connectors.R

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()

osi documentation built on May 29, 2017, 7 p.m.