Learn R Programming

bRacatus (version 2.0.0)

getOcc: getOcc

Description

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

Usage

getOcc(species)

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.

Arguments

species

character, species binomial name

Examples

Run this code
sps_occurrence <- getOcc("Babiana tubulosa")

Run the code above in your browser using DataLab