Learn R Programming

jsTreeR (version 1.4.0)

jstreeExample: Run a Shiny jsTreeR example

Description

A function to run examples of Shiny apps using the jsTreeR package.

Usage

jstreeExample(example, display.mode = "showcase", ...)

Arguments

example

example name

display.mode

the display mode to use when running the example; see runApp

...

arguments passed to runApp

Value

No return value, just launches a Shiny app.

Examples

Run this code
# NOT RUN {
if(interactive()){
  jstreeExample("folder")
}
if(interactive()){
  jstreeExample("fontawesome")
}
if(interactive()){
  jstreeExample("SuperTinyIcons")
}
if(interactive()){
  jstreeExample("filtering")
}
if(interactive()){
  jstreeExample("grid")
}
if(interactive()){
  jstreeExample("gridFiltering")
}
# }

Run the code above in your browser using DataLab