set_shiny_input: Configuration of a D3partitionR object as a Shiny input

Description Usage Arguments Value

Description

Configuration of a D3partitionR object as a Shiny input

Usage

1
2
3
set_shiny_input(D3partitionR_object, input_id,
  enabled_inputs = list(clicked_node = T, leaves = T, nodes = T, ancestors =
  T, children_path = F))

Arguments

D3partitionR_object

The D3partitionR object to which the data should be appended

input_id

The id of the input

enabled_inputs

which inputs should be enabled ? defaut to list(clicked_node=T,leaf=T,nodes=T,ancestors=T,child_path=F)

Value

A D3partitionR object


D3partitionR documentation built on May 2, 2019, 6:36 a.m.