cran_to_spdx {cffr}R Documentation

Mapping between License fields and SPDX

Description

A dataset containing the mapping between the License strings observed on CRAN packages and its (approximate) match on the SPDX License List.

Usage

cran_to_spdx

Format

A data frame with 91 rows and 2 variables:

Source

https://spdx.org/licenses/

See Also

Writing R Extensions, Licensing section.

Examples


data("cran_to_spdx")

head(cran_to_spdx, 20)

[Package cffr version 1.0.1 Index]