pickerVar.Rd
Function to generate a picker input element based on given id and element.
pickerVar(id, element, df_categories, label = NULL)
A string representing the id of the input element.
A string representing the element.
A dataframe with metadata about the available categories per picker element
A string representing the label of the input. Default is NULL.
A pickerInput object.