I need to take a vector of dates and for each date get the first day of the next quarter.
(Or rather, to round to the last day of the current quarter, find the first
I know it’s an old thread but I found my way here from a recent duplicate post.
lubridate::ceiling_date() now accepts quarters.
lubridate::ceiling_date()