| cran_to_spdx {cffr} | R Documentation |
License fields and SPDXA dataset containing the mapping between the License strings observed
on CRAN packages and its (approximate) match on the
SPDX License List.
cran_to_spdx
A data frame with 91 rows and 2 variables:
LICENSE: A valid License string on CRAN.
SPDX. A valid SPDX License Identifier.
Writing R Extensions, Licensing section.
data("cran_to_spdx")
head(cran_to_spdx, 20)