Function to filter the values in the Gantt chart.

pickerGanttValues(id, filter_var, df_doorstroom_gantt)

Arguments

id

A string representing the id of the input element.

filter_var

A string representing the variable to filter.

df_doorstroom_gantt

A data frame containing the Gantt chart data.

Value

A pickerInput object.