redbook_tab {redbookperu} | R Documentation |
Species Names Listed in The Red Book of Endemic Plants of Peru
Description
The redbook_tab
contains records for all species listed in The Red Book of Endemic Plants of Peru.
Usage
redbook_tab
Format
A tibble with the following columns:
- redbook_id
The fixed species ID of the input taxon in The Red Book of Endemic Plants of Peru.
- redbook_name
A character vector. The species name as listed in The Red Book of Endemic Plants of Peru.
- input_genus
A character vector. The input genus of the corresponding species name listed.
- input_epitheton
A character vector. The specific epithet of the corresponding species name listed.
- rank
A character vector. The taxonomic rank (e.g., "species", "subspecies", "variety") of the corresponding species name listed.
- input_subspecies_epitheton
A character vector. The infraspecific epithet of the corresponding species name listed, if applicable.
- accepted_name
A character vector. The accepted plant taxa names according to the World Checklist of Vascular Plants (WCVP).
- accepted_family
A character vector. The corresponding family name of the accepted name.
- accepted_name_author
A character vector. The author of the accepted name.
- accepted_name_rank
A character vector. The rank of the accepted name (e.g., species, subspecies).
- tag_subsp_wcvp
A character vector. A tag indicating if the subspecies is recognized in the WCVP.
- genus_ephitethon_wcvp
A character vector. The genus part of the name according to the WCVP.
- species_ephitethon_wcvp
A character vector. The specific epithet part of the name according to the WCVP.
- subspecies_ephitethon_wcvp
A character vector. The infraspecific epithet part of the name according to the WCVP, if applicable.
References
León, Blanca, et.al. 2006. “The Red Book of Endemic Plants of Peru”. Revista Peruana De Biología 13 (2): 9s-22s. https://doi.org/10.15381/rpb.v13i2.1782.
Examples
data("redbook_tab")
head(redbook_tab)