pickerSankeyVar {vvshiny}R Documentation

pickerSankeyVar function

Description

Function to pick variables for state in a Sankey diagram.

Usage

pickerSankeyVar(id, df_sankey, df_config_sankey, state = "left_var")

Arguments

id

A string representing the id of the input element.

df_sankey

A data frame containing the Sankey diagram data.

df_config_sankey

A data frame containing the Sankey configuration.

state

A string representing the state of the variable. Default is "left_var".

Value

A pickerInput object.


[Package vvshiny version 0.1.1 Index]