get_checked {shinyTree} | R Documentation |
Get the checked nodes from a tree
Description
Extract the nodes from the tree that are checked in a more convenient format. You can choose which format you prefer.
Usage
get_checked(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]