View source: R/download_d1_data.R
download_d1_data | R Documentation |
Downloads a data object from DataONE along with metadata.
download_d1_data(data_url, path)
data_url |
(character) An identifier or URL for a DataONE object to download. |
path |
(character) Path to a directory to download data to. |
(character) Path where data is downloaded to.
[read_d1_files()] [download_d1_data_pkg()]
## Not run:
download_d1_data("urn:uuid:a2834e3e-f453-4c2b-8343-99477662b570", path = file.path("."))
download_d1_data(
"https://cn.dataone.org/cn/v2/resolve/urn:uuid:a2834e3e-f453-4c2b-8343-99477662b570",
path = file.path(".")
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.