View source: R/ui_pickers_general.R
pickerSplitVar | R Documentation |
Function to create a picker input for splitting variables.
pickerSplitVar(
id,
variable = "INS_Splits_variabele",
name = "color",
label = "Kleur",
df
)
id |
A string representing the id of the input element. |
variable |
A string representing the variable to split. Default is "INS_Splits_variabele". |
name |
A string representing the name. Default is "color". |
label |
A string representing the label of the input. Default is "Kleur". |
df |
A data frame containing the data. Default is dfCombi_geaggregeerd. |
A pickerInput object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.