Description Usage Arguments Value
View source: R/explorer_selector.R
Use the explorer module to select a node.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | explorer_selector_ui(id)
explorer_selector(
  input,
  output,
  session,
  .values,
  .root_node_r,
  .explorer_classes = list(),
  selectable_r = shiny::reactive(character()),
  addable_r = shiny::reactive(character()),
  visible_r = shiny::reactive(character()),
  .label_list = label_explorer_selector(),
  ui = c("default", "minimal"),
  mode = c("modal", "in_place"),
  action_button_fun = shiny::actionButton
)
 | 
| id | Module id. | 
| input, output, session | Called by  | 
| .values | The  | 
| .root_node_r | A  | 
| .explorer_classes | A  | 
| selectable_r | A  | 
| addable_r | A  | 
| visible_r | A  | 
| .label_list | A  | 
| ui | If  | 
| mode | If  | 
| action_button_fun | A  | 
The explorer_selector module returns a list containing the following
reactives:
| selected_node_r | An object of class ExplorerNode,
  which has been selected by the user. If no node is selected, the computation
  is stopped byreq. | 
| selected_node_or_null_r | An object of class ExplorerNode,
  which has been selected by the user orNULL, if no node
  is selected. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.