View source: R/ui_pickers_special.R
pickerSankeyVar | R Documentation |
Function to pick variables for state in a Sankey diagram.
pickerSankeyVar(id, df_sankey, df_config_sankey, state = "left_var")
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". |
A pickerInput object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.