R/after-day.R
, R/before-day.R
, R/between-day.R
, and 2 more
event-qday.Rd
on_qday()
: Is the date on the x
-th day of the quarter?
before_qday()
: Is the date before the x
-th day of the quarter?
after_qday()
: Is the date after the x
-th day of the quarter?
between_qdays()
: Is the date between the x
-th and y
-th days of
the quarter?
after_qday(x, inclusive = FALSE, start = TRUE) before_qday(x, inclusive = FALSE, start = TRUE) between_qdays(x, y, start = TRUE) on_qday(x, start = TRUE)
x |
A day of the quarter to mark as an event. For |
---|---|
inclusive |
Should |
start |
Should counting start from the beginning of the quarter? If |
y |
A day of the quarter to mark as an event. |