neon_export.Rd
Export all or select files from your neon store as a zip archive. This can be useful if you want to bypass accessing the API, such as for archiving the files required for your analysis so that they can be re-created by other users without an API key, or without waiting for the individual download, or any other tiem you want to share or distribute your local store.
path to the zip archive to be created.#'
A NEON productCode
or list of product codes, see examples.
Include only files matching this table name (or regex pattern). (optional).
4-letter site code(s) to filter on. Leave as NA
to search all.
Download only files as recent as (YYYY-MM-DD
). Leave
as NA
to download up to the most recent available data.
Download only files up to end_date (YYYY-MM-DD
). Leave as
NA
to download all prior data.
Should we prefer the basic or expanded version of this product? Note that not all products have expanded formats.
only match files with this file extension(s)
only match timestamps prior this. See details in neon_index()
.
Should be a datetime POSIXct object (or coerce-able string)
name of a hashing algorithm to check file integrity. Can be
"md5"
, "sha1"
, or "sha256"
currently; or set to NULL (default)
to skip hash computation.
Location where files should be downloaded. By default will
use the appropriate applications directory for your system
(see tools::R_user_dir()
). This default also be configured by
setting the environmental variable NEONSTORE_HOME
, see Sys.setenv or
Renviron.
table of selected files and metadata, from neon_index()
, invisibly.