We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032eeb3 commit bf6377eCopy full SHA for bf6377e
NEWS.md
@@ -1,5 +1,11 @@
1
# clock (development version)
2
3
+* New `date_start()` and `date_end()` for computing the date at the start or
4
+ end of a particular `precision`, such as the "end of the month" or
5
+ the "start of the year". These are powered by `calendar_start()` and
6
+ `calendar_end()`, which allow for even more flexible calendar-specific
7
+ boundary generation, such as the "last moment in the fiscal quarter" (#232).
8
+
9
* New `invalid_remove()` for removing invalid dates. This is just a wrapper
10
around `x[!invalid_detect(x)]`, but works nicely with the pipe (#229).
11
0 commit comments