List of Shiny examples.
jstreeExamples()No returned value, just prints a message listing the example names.
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")
}