Download a digital object identified by a persistent identifier.
icos_download(dobj, path = tempdir(), internal = FALSE, verbose = TRUE)
digital object identified by a persistent identifier (PID) URI
where to save the downloaded data (default = tempdir())
read in data and return an internal data frame to the current workspace
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
if (FALSE) {
dobj <- "https://meta.icos-cp.eu/objects/lNJPHqvsMuTAh-3DOvJejgYc"
icos_download(dobj = dobj, verbose = FALSE)
}