View source: R/zen4R_versioning.R
get_versions | R Documentation |
get_versions
allows to execute a workflow
get_versions(doi, sandbox = FALSE, logger = NULL)
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) |
an object of class data.frame
giving the record versions
including date, version number and version-specific DOI.
## Not run:
get_versions("10.5281/zenodo.2547036")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.