pickerGanttValues {vvshiny} | R Documentation |
pickerGanttValues function
Description
Function to filter the values in the Gantt chart.
Usage
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.
[Package vvshiny version 0.1.1 Index]