event-ymonth: Events related to months of the year

Description Usage Arguments Details

Description

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
after_month(x, inclusive = FALSE)

after_ymonth(x, inclusive = FALSE)

before_month(x, inclusive = FALSE)

before_ymonth(x, inclusive = FALSE)

between_months(x, y)

between_ymonths(x, y)

on_month(x)

on_ymonth(x)

Arguments

x

[integer(1) / character(1)]

A month of the year to mark as an event. For on_month(), this is also allowed to be a vector. This can be a full month string like "November", or an abbreviation like "Nov".

inclusive

[logical(1)]

Should x count as an event?

y

[integer(1) / character(1)]

A month of the year to mark as an event.

Details

on_month() is an alias of the less common, but more verbose, on_ymonth().


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