Show tables that have been downloaded to the neon store
neon_store(
product = NA,
table = NA,
site = NA,
start_date = NA,
end_date = NA,
ext = NA,
hash = NULL,
dir = neon_dir()
)
Include only files matching this NEON productCode(s)
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.
only match files with this file extension(s)
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 rappdirs::user_data_dir). This default also be configured by
setting the environmental variable NEONSTORE_HOME
, see Sys.setenv or
Renviron.
The table names displayed can be read in using neon_read. Optionally, specify a NEON productCode to view only tables associated with a specific product.
Only downloaded tables will be displayed. Users can view all available NEON data products using neon_products to choose which ones to download into the store.
neon_store()
does not need to access the API and thus does not require
an internet connection or incur rate limiting on requests.