search_flora | R Documentation |
Returns species scientific name lists from phytogeographic domain, state, life form and/or endemism status from the List of Species of the Brazilian Flora 2020 database
search_flora( domain = NULL, stateProvince = NULL, life_form = NULL, habitat = NULL, vegetation_type = NULL, endemism = NULL, ... )
domain |
a domain in Mata Atlântica, Cerrado, Pantanal, Pampa, Amazônia |
stateProvince |
Two-letter code for Brazilian states (e.g. "MA") |
life_form |
character, search species with the following life forms |
habitat |
character, search species in the habitat options according to the FB2020 |
vegetation_type |
character, filter by vegetation type according to the FB2020 |
endemism |
logical, return species that are endemic or not from Brazil Defaults to NULL to return all species |
... |
'update_flora()' parameters: 'update_force = TRUE' deletes the file on cache, 'manual = TRUE' indicates the update will be manual, from a file hosted at 'zip_path' |
a data frame with taxon IDs, scientific name and binomial name without authors
Andrea Sánchez-Tapia & Sara Mortara
# All endemic species from the caatinga in Pernambuco ## Not run: search_flora(domain = "Caatinga", state = "PE", endemism = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.