R/after-week.R
, R/before-week.R
, R/between-week.R
, and 2 more
event-qweek.Rd
on_qweek()
: Is the date on the x
-th week of the quarter?
before_qweek()
: Is the date before the x
-th week of the quarter?
after_qweek()
: Is the date after the x
-th week of the quarter?
between_qweeks()
: Is the date between the x
-th and y
-th weeks of
the quarter?
after_qweek(x, inclusive = FALSE, start = TRUE) before_qweek(x, inclusive = FALSE, start = TRUE) between_qweeks(x, y, start = TRUE) on_qweek(x, start = TRUE)
x |
A week of the quarter to mark as an event. For |
---|---|
inclusive |
Should |
start |
Should counting start from the beginning of the quarter? If |
y |
A week of the quarter to mark as an event. |