Learn R Programming

monographaR (version 1.3.1)

interactiveKeyLabels: Text labels for interactiveKey

Description

It generates a data.frame with txt labels required to use the function interactiveKey

Usage

interactiveKeyLabels(taxon = "species", language = "english")

Value

data.frame

Arguments

taxon

character, "species", "genus" or "family"

language

character, "english" or "portuguese"

Author

Marcelo Reginato

Details

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.

See Also

interactiveKey

Examples

Run this code

### 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

Run the code above in your browser using DataLab