I am given a data frame where one of the column parameters is a year and month value (ex "2019-05
"). I need to only display rows where the date value is later than a certain value. For instance, if I only wanted to show data later than a given year-month "2018-11
".
↧
Compare dates in R if I only have the month and year
↧