Used in gators_download() - Download data from Integrated Digitized Biocollections
Source:R/get_idigbio.R
get_idigbio.Rd
The get_idigbio()
function queries iDigBio for your desired species.
Limited to 100,000 record downloads.
Arguments
- synonyms.list
A list of affiliated names for your query.
- 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 ridigbio, magrittr, and dplyr.
Examples
df <- get_idigbio(c("Galax urceolata", "Galax aphylla"), limit = 100)