List of Shiny examples.

jstreeExamples()

Value

No returned value, just prints a message listing the example names.

Examples

jstreeExamples()
#> jsTreeR examples: SuperTinyIcons, checkWithText, contextMenu, contextMenu2, filtering, folder, fontawesome, grid, gridFiltering, imageIcon, treeNavigator.
#> Type `jstreeExample("ExampleName")` to run an example.
if(interactive()){
  jstreeExample("grid")
}