Hi,
Is there a way to "block" a date according to the Sys.Date() ?
I mean my goal is to find the date of the last monday.
Like Sys.Date()-1 if it's tuesday.. Sys.Date()-4 if friday...
But with an automatic way (i would like to use the code in a shiny app).