get_idigbio {gatoRs} | R Documentation |
Used in gators_download() - Download data from Integrated Digitized Biocollections
Description
The get_idigbio()
function queries iDigBio for your desired species.
Limited to 100,000 record downloads.
Usage
get_idigbio(synonyms.list, limit = 1e+05)
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.
Value
A data frame with desired columns from iDigBio.
Examples
df <- get_idigbio(c("Galax urceolata", "Galax aphylla"), limit = 100)
[Package gatoRs version 1.0.2 Index]