Skip to contents

Retrieve GBIF occurrences

Usage

retrieve_occ_data(specieskey)

Arguments

specieskey

A vector of species key.

Value

A tibble.

Examples

if (FALSE) { # \dontrun{

infos <- search_species_info(c("Uapaca niangadoumae"))
 retrieve_occ_data(infos$specieskey)

} # }