View source: R/italic_identification_key.R
italic_identification_key | R Documentation |
Creates a URL link to a custom interactive dichotomous key for identifying the specified lichen taxa using the KeyMaker system of ITALIC. Only accepts names that exist in the database of ITALIC.
italic_identification_key(sp_names)
sp_names |
Character vector of accepted names |
Character string containing the URL to a web-based interactive identification key. The key is uniquely generated for the input taxa and allows step-by-step identification through dichotomous choices.
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) key_url <- italic_identification_key(names_matched$accepted_name)
ITALIC - The KeyMaker https://italic.units.it/key-maker/
## Not run:
# Generate key for two species
italic_identification_key(c("Cetraria ericetorum Opiz","Xanthoria parietina (L.) Th. Fr."))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.