rgbif (version 1.0.2)

occ_download_meta: Retrieves the occurrence download metadata by its unique key.

Description

Retrieves the occurrence download metadata by its unique key.

Usage

occ_download_meta(key, curlopts = list())

Arguments

key

A key generated from a request, like that from occ_download

curlopts

list of named curl options passed on to HttpClient. see curl_options for curl options

Examples

Run this code
# NOT RUN {
occ_download_meta(key="0003983-140910143529206")
occ_download_meta("0000066-140928181241064")
# }

Run the code above in your browser using DataCamp Workspace