Description Usage Arguments Examples
occurrenceget - description
1 2 3 |
key |
numeric key uniquely identifying the occurrence record within the GBIF |
format |
specifies the format in which the records are to be returned, one of: brief, darwin or kml (character) |
mode |
specifies whether the response data should (as far as possible) be the raw values originally retrieved from the data resource or processed (normalised) values used within the data portal (character) |
url |
the base GBIF API url for the function (should be left to default) |
... |
optional additional curl options (debugging tools mostly) |
curl |
If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint) |
1 2 3 4 | ## Not run:
occurrenceget(key = 13749100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.