getOcc: getOcc

View source: R/getOcc.R

getOccR Documentation

getOcc

Description

Downloads GBIF records iterating when necessary to overcome the limitation of 200,000 records

Usage

getOcc(species)

Arguments

species

character, species binomial name

Value

This function downloads all records for a species from GBIF that have coordinates info. If necessary it loops several times to overcome the limit of 200,000 occurrences imposed by occ_search function. It returns a data table.

Examples

sps_occurrence <- getOcc("Babiana tubulosa")

bRacatus documentation built on Dec. 28, 2022, 2:24 a.m.