View source: R/interactiveKeyLabels.R
interactiveKeyLabels | R Documentation |
It generates a data.frame with txt labels required to use the function interactiveKey
interactiveKeyLabels(taxon = "species", language = "english")
taxon |
character, "species", "genus" or "family" |
language |
character, "english" or "portuguese" |
It generates a data.frame with txt labels required to use the function interactiveKey. You can choose what rank will be identified in the key (species, genus or family), and the language (english and portuguese so far). You can further modify the fields prior using it with the interactiveKey function.
data.frame
Marcelo Reginato
interactiveKey
### standard labels species in english
interactiveKeyLabels(taxon = "species", language = "english") -> labs.spp.eng
labs.spp.eng
### standard labels families in portuguese
interactiveKeyLabels(taxon = "family", language = "portuguese") -> labs.fam.por
labs.fam.por
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.