| shinyTree {shinyTree} | R Documentation |
This creates a spot in your Shiny UI for a shinyTree which can then be filled
in using renderTree
shinyTree(outputId, checkbox = FALSE, search = FALSE, dragAndDrop = FALSE, types = NULL, theme = "default", themeIcons = TRUE, themeDots = TRUE)
outputId |
The ID associated with this element |
checkbox |
If |
search |
If |
dragAndDrop |
If |
types |
If |
theme |
jsTree theme, one of |
themeIcons |
If |
themeDots |
If |