Hi there, I am running into a problem with filtering a data set that I have imported into R. I have been able to filter everything just fine, except for when I want to filter the data by a specified date range.
The data frame is formatted as seen in the picture so lets say I wanted to filter this data in the t30 column and specify a group of rows I wanted to see, by date. What would that code look like, and for whatever reason all the resources I find online aren't assuming I'm using an imported data set and instead a list of vectors.