Used in gators_download() - Download data from the Global Biodiversity Information Facility
Source:R/get_gbif.R
get_gbif.Rd
The get_gbif()
function queries the Global Biodiversity Information Facility (GBIF) for your desired species.
Limited to 100,000 record downloads.
Arguments
- synonyms.list
A list of affiliated names for your query.
- gbif.match
Default = "fuzzy". Either "fuzzy" for fuzzy matching of name or "code" to search by species code.
- gbif.prov
Default = FALSE. A parameter to obtain the provider/verbatim columns from GBIF.
- limit
Default = 100,000 (maximum). Set limit to the number of records requested for each element in synonyms.list.
Details
This function uses the correct_class()
function.
This function requires the packages rgbif, magrittr, and dplyr.