View source: R/fauna_synonym.R
| fauna_synonym | R Documentation |
Retrieve synonyms for species
fauna_synonym(data, species,
include_subspecies = TRUE)
data |
(data.frame) the data.frame imported with the
|
species |
(character) names of the species |
include_subspecies |
(logical) include subspecies that are synonyms of the species? Default = TRUE |
A data.frame containing unique synonyms of the specified species along with relevant information on taxonomic status.
data("fauna_data") #Load Flora e Funga do Brasil data
#Species to extract synonyms
spp <- c("Panthera onca", "Mazama jucunda", "Subulo gouzoubira")
spp_synonyms <- fauna_synonym(data = fauna_data, species = spp,
include_subspecies = FALSE)
spp_synonyms
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.