interactiveKey: Interactive key (shiny app)
Description
Generates code to build an interactive key (shiny app)
Usage
interactiveKey(dat = NULL, txt.labels = NULL, poly.sep = "/",
taxa.in.italics = TRUE, theme = "lumen", about.first = FALSE)
Value
It generates 6 files (app.R, server.R, ui.R, about.Rmd, Dat_characters.csv, and Dat_matrix.csv)
Arguments
- dat
data.frame
- txt.labels
data.frame
- poly.sep
character
- taxa.in.italics
logical
- theme
character
- about.first
logical, whether the tab "about" is the first or the last
See Also
interactiveKeyLabels
themes
Examples
Run this code
## see vignette
data(monographaR_examples)
monographaR_examples$interactiveKey
Run the code above in your browser using DataLab