jstreeExample: Run a Shiny jsTreeR example

View source: R/jstreeExamples.R

jstreeExampleR Documentation

Run a Shiny jsTreeR example

Description

A function to run examples of Shiny apps using the jsTreeR package. Type jstreeExamples() to get the list of all examples.

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

if(interactive()){
  jstreeExample("folder")
}
if(interactive()){
  jstreeExample("fontawesome")
}
if(interactive()){
  jstreeExample("SuperTinyIcons")
}
if(interactive()){
  jstreeExample("filtering")
}
if(interactive()){
  jstreeExample("grid")
}
if(interactive()){
  jstreeExample("gridFiltering")
}
if(interactive()){
  jstreeExample("treeNavigator")
}
if(interactive()){
  jstreeExample("imageIcon")
}

jsTreeR documentation built on July 4, 2024, 9:08 a.m.