pickerValues.Rd
Function to create a picker input for filtering value.
pickerValues(
id,
df,
variable = "faculty",
role = "left",
selected = "All",
multiple = TRUE
)
A string representing the id of the input element.
A data frame containing the data.
A string representing the variable to filter. Default is "faculty".
A string representing the role. Default is "left".
The selected value. Default is "All".
A boolean indicating whether multiple selections are allowed. Default is TRUE.
A pickerInput object.