pickerSplitVar.Rd
Function to create a picker input for splitting variables.
pickerSplitVar(
id,
variable = "INS_Splits_variabele",
name = "color",
label = "Kleur",
df
)
A string representing the id of the input element.
A string representing the variable to split. Default is "INS_Splits_variabele".
A string representing the name. Default is "color".
A string representing the label of the input. Default is "Kleur".
A data frame containing the data. Default is dfCombi_geaggregeerd.
A pickerInput object.