Export a summary of occurrence downloads. Note that from, to, and
publishingCountry are required parameters for this endpoint.
Usage
occ_download_stats_export(
from,
to,
publishingCountry,
datasetKey = NULL,
publishingOrgKey = NULL,
limit = NULL,
offset = NULL
)Arguments
- from
(character) Start date in format
YYYY-MM. Required.- to
(character) End date in format
YYYY-MM. Required.- publishingCountry
(character) ISO 2-letter country code. Required.
- datasetKey
(character) Dataset UUID. Optional.
- publishingOrgKey
(character) Publishing organization UUID. Optional.
- limit
(integer) Number of results to return. Optional.
- offset
(integer) Offset for pagination. Optional.
Note
see downloads for an overview of GBIF downloads methods
See also
Other downloads:
download_predicate_dsl,
occ_download_cached(),
occ_download_cancel(),
occ_download_dataset_activity(),
occ_download_datasets(),
occ_download_get(),
occ_download_import(),
occ_download_list(),
occ_download_meta(),
occ_download_queue(),
occ_download_stats_dataset_records(),
occ_download_stats_dataset(),
occ_download_stats_source(),
occ_download_stats_user_country(),
occ_download_stats(),
occ_download_wait(),
occ_download()
