View source: R/download_d1_data_pkg.R
download_d1_data_pkg | R Documentation |
Downloads all the data objects of a data package from DataONE along with metadata.
download_d1_data_pkg(meta_obj, path)
meta_obj |
(character) A DOI or metadata object PID for a DataONE package to download. |
path |
(character) Path to a directory to download data to. |
(list) Paths where data are downloaded to.
[read_d1_files()] [download_d1_data()]
## Not run:
download_d1_data_pkg("doi:10.18739/A2028W", ".")
download_d1_data_pkg("https://doi.org/10.18739/A2028W", ".")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.