Learn R Programming

monographaR (version 1.3.1)

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

Author

Marcelo Reginato

Details

See vignette

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