View source: R/icos_download.R
icos_download | R Documentation |
Download a digital object identified by a persistent identifier.
icos_download(dobj, path = tempdir(), internal = FALSE, verbose = TRUE)
dobj |
digital object identified by a persistent identifier (PID) URI |
path |
where to save the downloaded data (default = tempdir()) |
internal |
read in data and return an internal data frame to the current workspace |
verbose |
verbose feeback on licensing, needs you to acknowledge the license agreement for a download - setting this to FALSE overrides this but by doing so you acknowledge the statement in bulk! |
a downloaded digital file on disk for further processing
## Not run: dobj <- "https://meta.icos-cp.eu/objects/lNJPHqvsMuTAh-3DOvJejgYc" icos_download(dobj = dobj, verbose = FALSE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.