powered by
get_zenodo allows to get a Zenodo record, identified by its DOI or concept DOI.
get_zenodo
get_zenodo(doi, logger = NULL)
an object of class data.frame giving the record versions including date, version number and version-specific DOI.
data.frame
object of class ZenodoRecord
ZenodoRecord
a Zenodo DOI or concept DOI
a logger to print messages. The logger can be either NULL, "INFO" (with minimum logs), or "DEBUG" (for complete curl http calls logs)
if (FALSE) { get_zenodo("10.5281/zenodo.2547036") }
Run the code above in your browser using DataLab