redbook_sps_class | R Documentation |
The redbook_sps_class
dataset includes all species names separated by genus,
epithet, author, subspecies, variety, and their position (ID) in the
redbook_tab
.
redbook_sps_class
A data.frame with the following columns:
A character vector. The full species name.
A character vector. The genus of the species.
A character vector. The specific epithet of the species.
A character vector. The infraspecific epithet of the species, if applicable.
A character vector. The taxonomic rank (e.g., "species", "subspecies", "variety").
A character vector. The subspecies name, if applicable.
A character vector. The variety name, if applicable.
A character vector. Indicates if the species is a hybrid.
A character vector. The ID of the species in the redbook_tab
.
data("redbook_sps_class")
head(redbook_sps_class)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.