View source: R/italic_taxonomy.R
italic_taxonomy | R Documentation |
Retrieves the complete taxonomic classification of lichen taxa from the ITALIC database. Only accepts names that exist in the database of ITALIC.
italic_taxonomy(sp_names)
sp_names |
Character vector of accepted names |
A data frame with:
The scientific name provided as input
Phylum
Class
Order
Family
Genus
Before using this function with a list of names, first obtain their accepted names
using italic_match()
.
Example workflow:
names_matched <- italic_match(your_names) taxonomy <- italic_taxonomy(names_matched$accepted_name)
## Not run:
italic_taxonomy("Cetraria islandica (L.) Ach. subsp. islandica")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.