View source: R/dvrs_get_dataset_files.R
dvrs_get_dataset_files | R Documentation |
Will download and unzip all dataset files in the current directory.
dvrs_get_dataset_files( server = Sys.getenv("DATAVERSE_SERVER"), key = Sys.getenv("DATAVERSE_KEY"), version = NULL, doi = NULL )
server |
Sys.getenv("DATAVERSE_SERVER") |
key |
Sys.getenv("DATAVERSE_KEY") |
version |
version of dataset. options are :draft, :latest, :latest-published, or a specific version number |
doi |
dataset doi or vector of dois |
## Not run: dvrs_get_dataset_files(version = ":draft", doi = "doi:XXX")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.