Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRequest: Add ``season`` as an option for the unit argument ``floor_date`` #535
Comments
|
A workaround: date <- today()
floor_date(floor_date(date, "month") + months(1), unit = "quarter") - months(1)
#> [1] "2017-03-01" |
Would work like: