Learn R Programming

osi (version 0.1.0)

license_list: Get all OSI-listed licenses

Description

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

Usage

license_list(...)

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

Run this code
# Get licenses
list_of_all_licenses <- license_list()

Run the code above in your browser using DataLab