pickerSplitVar {vvshiny}R Documentation

pickerSplitVar function

Description

Function to create a picker input for splitting variables.

Usage

pickerSplitVar(
  id,
  variable = "INS_Splits_variabele",
  name = "color",
  label = "Kleur",
  df
)

Arguments

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.

Value

A pickerInput object.


[Package vvshiny version 0.1.1 Index]