Skip to contents

[Experimental] The function returns the dataset, or file(s), deposited in Zenodo record.

Usage

get_zenodo_data(doi, rdata_exist = TRUE)

Arguments

doi

A character. It is the DOI of the Zenodo record.

rdata_exist

A logical. Is the .RData or .rds file in the record we are questioning? Default TRUE.

Value

a file(s) containing in the Zenodo record.

Author

Alessandro Oggioni, phD oggioni.a@irea.cnr.it

Examples

if (FALSE) {
## Not run:

record <- get_zenodo_data(
  doi = "10.5281/zenodo.7041152", # test dataset
  rdata_exist = TRUE
)

## End (Not run)
}