Configuration of a D3partitionR object as a Shiny input
set_shiny_input(D3partitionR_object, input_id,
enabled_inputs = list(clicked_node = T, leaves = T, nodes = T, ancestors =
T, children_path = F))
The D3partitionR object to which the data should be appended
The id of the input
which inputs should be enabled ? defaut to list(clicked_node=T,leaf=T,nodes=T,ancestors=T,child_path=F)
A D3partitionR object