A function to run examples of Shiny apps using the
jsTreeR package. Type jstreeExamples() to get the list of
all examples.
jstreeExample(example, display.mode = "showcase", ...)No return value, just launches a Shiny app.
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")
}