View source: R/get_last_version_from_zenodo.R
get_last_version_from_zenodo | R Documentation |
This function gets the last version of a file from a Zenodo record
get_last_version_from_zenodo(doi, pattern, path)
doi |
DOI of the Zenodo record |
pattern |
Pattern to identify the file to download |
path |
Path to save the file to |
Credit goes to partially to https://inbo.github.io/inborutils/
The path to the file
get_last_version_from_zenodo(
doi = "10.5281/zenodo.5794106",
pattern = "frozen.csv.gz",
path = "frozen.csv.gz"
)
unlink("frozen.csv.gz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.