View source: R/interactiveKey.R
interactiveKey | R Documentation |
Generates code to build an interactive key (shiny app)
interactiveKey(dat = NULL, txt.labels = NULL, poly.sep = "/",
taxa.in.italics = TRUE, theme = "lumen", about.first = FALSE)
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 vignette
It generates 6 files (app.R, server.R, ui.R, about.Rmd, Dat_characters.csv, and Dat_matrix.csv)
Marcelo Reginato
interactiveKeyLabels
themes
## see vignette
data(monographaR_examples)
monographaR_examples$interactiveKey
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.