View source: R/italic_description.R
italic_description | R Documentation |
Retrieves morphological descriptions and additional taxonomic or ecological notes about lichen taxa present in the Checklist of the Lichens of Italy. Only accepts names that exist in the database of ITALIC.
italic_description(sp_names)
sp_names |
Character vector of accepted names |
A data frame with columns:
The scientific name provided as input
Morphological description
Additional taxonomic or ecological information
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) descriptions <- italic_description(names_matched$accepted_name)
## Not run:
italic_description("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.