View source: R/italic_name_usage.R
italic_name_usage | R Documentation |
Retrieves information for a scientific name used in ITALIC, including name id, taxonomic status, Index Fungorum id and related taxon id.
italic_name_usage(sp_names)
sp_names |
Character vector of matched names or accepted names |
A data frame with columns:
The scientific name provided as input
Unique identifier of ITALIC for the scientific name
Corresponding Index Fungorum identifier
Complete scientific name including authority
Scientific name without authority
Author of the name
Additional notes about the taxon, if any
Taxonomic rank of the name
Taxonomic status ('accepted', 'synonym' or 'basionym')
ID of the currently accepted name related to the input name in ITALIC
Full accepted name
ID of the related taxon in ITALIC
Before using this function with a list of names, first obtain their matched names or
accepted names using italic_match()
.
Example workflow:
names_matched <- italic_match(your_names) name_data <- italic_name_usage(names_matched$matched_name) # or accepted_name_data <- italic_name_usage(names_matched$accepted_name)
## Not run:
italic_name_usage(c("Cetraria islandica (L.) Ach. subsp. islandica", "Secoliga annexa Arnold"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.