event-mweek: Events related to weeks of the month

Description Usage Arguments

Description

Usage

1
2
3
4
5
6
7
after_mweek(x, inclusive = FALSE, start = TRUE)

before_mweek(x, inclusive = FALSE, start = TRUE)

between_mweeks(x, y, start = TRUE)

on_mweek(x, start = TRUE)

Arguments

x

[integer(1)]

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

inclusive

[logical(1)]

Should x count as an event?

start

[logical(1)]

Should counting start from the beginning of the month? If FALSE, the event is computed as the x-th week from the end of the month.

y

[integer(1)]

A week of the month to mark as an event.


DavisVaughan/almanac3 documentation built on Oct. 30, 2019, 5:59 a.m.