powered by
Change the date to the beginning of the month date.
dateMatch(x, y)
changed date vector.
date vector to match with y date vector.
date vector.
Jonas Striaukas
x <- seq(as.Date("2020-01-01"),as.Date("2020-12-01"), by = "day") set.seed(100) x <- x[-sample(1:336, 100)] y <- seq(as.Date("2020-01-01"),as.Date("2020-12-01"), by = "month") dateMatch(x,y)
Run the code above in your browser using DataLab