pickerSankeyValues {vvshiny} | R Documentation |
pickerSankeyValues function
Description
Function to pick values for transition of the two Sankey states.
Usage
pickerSankeyValues(id, filter_var, df_sankey, side)
Arguments
id |
A string representing the id of the input element. |
filter_var |
A string representing the variable to filter. |
df_sankey |
A data frame containing the Sankey diagram data. |
side |
A string representing the side of the Sankey diagram. |
Value
A pickerInput object.
[Package vvshiny version 0.1.1 Index]