Learn R Programming

D3partitionR (version 0.5.0)

set_shiny_input: Configuration of a D3partitionR object as a Shiny input

Description

Configuration of a D3partitionR object as a Shiny input

Usage

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