Learn R Programming

rgbif (version 0.4.0)

occurrenceget: Get individual records for a given occurrence record.

Description

Get individual records for a given occurrence record.

Usage

occurrenceget(key = NULL, format = NULL, mode = NULL)

Arguments

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)

Details

Currently, the function returns the record as a list, hopefully in future will return a data.frame.

See Also

occ_get

Examples

Run this code
occurrenceget(key = 13749100)

Run the code above in your browser using DataLab