Adapts the dataone::getDataPackage workflow to allow users to download data from the DataONE federation by simply entering the doi or associated package id
Usage
dataone_download(
id,
filepath = "/fs/data1/pecan.data/dbfiles",
CNode = "PROD",
lazyLoad = FALSE,
quiet = FALSE
)Arguments
- id
"The identifier of a package, package metadata or other package member" – dataone r
- filepath
path to where files will be stored
- CNode
character, passed to `dataone::CNode`
- lazyLoad
"A logical value. If TRUE, then only package member system metadata is downloaded and not data. The default is FALSE." – dataone R
- quiet
"A 'logical'. If TRUE (the default) then informational messages will not be printed." – dataone R
Author
Liam P Burke, lpburke@bu.edu