get_versions {zen4R} | R Documentation |
get_versions
Description
get_versions
allows to execute a workflow
Usage
get_versions(doi, sandbox = FALSE, logger = NULL)
Arguments
doi |
a Zenodo DOI or concept DOI |
sandbox |
Use the sandbox infrastructure. Default is |
logger |
a logger to print messages. The logger can be either NULL, "INFO" (with minimum logs), or "DEBUG" (for complete curl http calls logs) |
Value
an object of class data.frame
giving the record versions
including date, version number and version-specific DOI.
Examples
## Not run:
get_versions("10.5281/zenodo.2547036")
## End(Not run)
[Package zen4R version 0.10 Index]