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