• on_qmonth(): Is the date on the x-th month of the quarter?

  • before_qmonth(): Is the date before the x-th month of the quarter?

  • after_qmonth(): Is the date after the x-th month of the quarter?

  • between_qmonths(): Is the date between the x-th and y-th months of the quarter?

after_qmonth(x, inclusive = FALSE)

before_qmonth(x, inclusive = FALSE)

between_qmonths(x, y)

on_qmonth(x)

Arguments

x

[integer(1)]

A month of the quarter to mark as an event. For on_qmonth(), this is also allowed to be a vector.

inclusive

[logical(1)]

Should x count as an event?

y

[integer(1)]

A month of the quarter to mark as an event.