I started working in R and need to change a date. On my search I only found how to change the format or setting the day/month/year to a specific number. I have for example:
my_date = as.Date("2020-03-01")
in my algorithm I need to change this by one day. For this special case I am looking for
2020-02-29
Thanks for your answers.
Best Felix