View source: R/jstreeExamples.R
jstreeExample | R Documentation |
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", ...)
example |
example name |
display.mode |
the display mode to use when running the example; see
|
... |
arguments passed to |
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")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.