eblondel / zen4R

zen4R - R Interface to Zenodo REST API
https://github.com/eblondel/zen4R/wiki
Other
44 stars 14 forks source link

Shortcut function to get Zenodo licenses #120

Closed eblondel closed 1 year ago

eblondel commented 1 year ago

Zenodo licenses (which come from the SPDX standard https://spdx.dev/ - international open standard (ISO/IEC 5962:2021) can be retrieved using the code:

zenodo = ZenodoManager$new()
zenodo$getLicenses()

A shortcut get_licenses will be added and exported