redbook_taxonomy {redbookperu} | R Documentation |
Redbook Taxonomy Database
Description
This database contains taxonomic information of endemic plant species from Peru.
Usage
data(redbook_taxonomy)
Format
A tibble:
- redbook_id
Unique identifier for each species in the Red Book of Endemic Plants of Peru.
- redbook_name
The species name registered in the original dataset.
- accepted_name
The updated accepted scientific name of each species.
- accepted_family
The accepted family of the species.
- accepted_name_author
The author of the accepted scientific name.
- taxonomic_status
The taxonomic status of the species (Accepted, Synonym, No opinion).
Details
This database serves as the primary reference for conducting partial and exact searches of species listed in the Red Book of Endemic Plants of Peru. The information in this database has been standardized using the Taxonomic Name Resolution Service (TNRS) and the World Checklist of Vascular Plants (WCVP) to ensure consistency and accuracy.
Examples
data(redbook_taxonomy)
head(redbook_taxonomy)