getOcc {bRacatus} | R 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")
[Package bRacatus version 2.0.0 Index]