Downloads specified version of the Portal data.
Usage
download_observations(
path = get_default_data_path(),
version = "latest",
source = "github",
quiet = FALSE,
verbose = FALSE,
pause = 30,
timeout = getOption("timeout"),
force = FALSE
)Arguments
- path
characterFolder into which data will be downloaded.- version
characterVersion of the data to download (default = "latest"). IfNULL, returns.- source
characterindicator of the source for the download. Either"github"(default) or"zenodo".- quiet
logicalwhether to download data silently.- verbose
logicalwhether to provide details of downloading.- pause
Positive
integeror integernumericseconds for pausing during steps around unzipping that require time delayment.- timeout
Positive
integeror integernumericseconds for timeout on downloads. Temporarily overrides the"timeout"option inoptions.- force
logicalindicator of whether or not existing files or folders (such as the archive) should be over-written if an up-to-date copy exists (most users should leave asFALSE).
