Description Usage Arguments Details
View source: R/explorer_body.R
You usually don't want to call this module explicitly.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16  | explorer_body_ui(id)
explorer_body(
  input,
  output,
  session,
  .values,
  .children_r,
  .root_node_r,
  .explorer_classes,
  .explorer_class_returns,
  .explorer_rvs,
  explorer_addable_r,
  explorer_visible_r,
  .label_list
)
 | 
id | 
 Module id.  | 
input, output, session | 
 Called by   | 
.values | 
 The   | 
.children_r | 
 
  | 
.root_node_r | 
 A   | 
.explorer_classes | 
 A   | 
.explorer_rvs | 
 
  | 
.label_list | 
 A   | 
#' .explorer_rvs must provide the following elements:
current_node  |  ExplorerNode, which is currently
  selected in explorer.  | 
contextmenued_node  |  ExplorerNode, which has been
  last contextmenued.  | 
module_ids  |  List with one entry per
  unique explorer class.
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.