interactiveKey {monographaR}R Documentation

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)

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

Details

See vignette

Value

It generates 6 files (app.R, server.R, ui.R, about.Rmd, Dat_characters.csv, and Dat_matrix.csv)

Author(s)

Marcelo Reginato

See Also

interactiveKeyLabels themes

Examples


## see vignette
data(monographaR_examples)
monographaR_examples$interactiveKey


[Package monographaR version 1.3.1 Index]