get_idigbio | R Documentation |
The get_idigbio()
function queries iDigBio for your desired species.
Limited to 100,000 record downloads.
get_idigbio(synonyms.list, limit = 1e+05)
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. |
This function uses the correct_class()
function.
This function requires the packages ridigbio, magrittr, and dplyr.
A data frame with desired columns from iDigBio.
df <- get_idigbio(c("Galax urceolata", "Galax aphylla"), limit = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.