How to subset the values of a shiny widget based on the values of another shiny widget
问题 I have the shiny app delow in which the user uploads a file. Then there is a column named EventDate which contains Dates. Those dates are passed to a date range Input. There is also a second widget which takes as inputs the unique values of the 1st column of the uploaded file. When the actionbutton is pressed the data frame is subseted based on the picker input. The issue is that Im trying to subset the picker input values based on the date range so I use: #dat<-subset(dat, EventDate>=input