View source: R/occ_download_meta.R
occ_download_meta | R Documentation |
Retrieves the occurrence download metadata by its unique key.
occ_download_meta(key, curlopts = list())
key |
A key generated from a request, like that from
|
curlopts |
list of named curl options passed on to
|
an object of class occ_download_meta
, a list with slots for
the download key, the DOI assigned to the download, license link,
the request details you sent in the occ_download()
request,
and metadata about the size and date/time of the request
see downloads for an overview of GBIF downloads methods
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_queue()
,
occ_download_wait()
,
occ_download()
## Not run:
occ_download_meta(key="0003983-140910143529206")
occ_download_meta("0000066-140928181241064")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.