Function to generate a picker input element based on given id and element.

pickerVar(id, element, df_categories, label = NULL)

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.

Value

A pickerInput object.