get_selected {shinyTree} | R Documentation |
Get the selected nodes from a tree
Description
Extract the nodes from the tree that are selected in a more convenient format. You can choose which format you prefer.
Usage
get_selected(tree, format = c("names", "slices", "classid"))
Arguments
tree |
The |
format |
In which format you want the output. Use
|
[Package shinyTree version 0.3.1 Index]