View source: R/filemanagement.R
download_zenodo | R Documentation |
This function will download an entire archive from Zenodo (https://zenodo.org). It only works for Zenodo created DOI (not when the DOI is for example derived from Zookeys.)
download_zenodo(doi, path = ".", parallel = TRUE, quiet = FALSE)
doi |
a doi pointer to the Zenodo archive starting with '10.5281/zenodo.'. See examples. |
path |
Path where the data must be downloaded. Defaults to the working directory. |
parallel |
Logical.
If |
quiet |
Logical ( |
Hans Van Calster, hans.vancalster@inbo.be
Floris Vanderhaeghe, floris.vanderhaeghe@inbo.be
Other functions regarding file management for N2KHAB projects:
checksum()
,
fileman_folders()
,
fileman_up()
,
locate_n2khab_data()
## Not run:
# Example download of an archive containing a single zip
download_zenodo(doi = "10.5281/zenodo.1283345")
download_zenodo(doi = "10.5281/zenodo.1283345", quiet = TRUE)
# Example download of an archive containing multiple files
# using parallel download
# (multiple files will be simultaneously downloaded)
download_zenodo(doi = "10.5281/zenodo.1172801", parallel = TRUE)
# Example download of an archive containing a single pdf file
download_zenodo(doi = "10.5281/zenodo.168478")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.