R/after-date.R
, R/before-date.R
, R/between-dates.R
, and 2 more
event-date.Rd
on_date()
: Is the date on x
?
before_date()
: Is the date before x
?
after_date()
: Is the date after x
?
between_dates()
: Is the date between x
and y
?
after_date(x, inclusive = FALSE) before_date(x, inclusive = FALSE) between_dates(x, y) on_date(x)
x |
A date to mark as an event. For |
---|---|
inclusive |
Should |
y |
A date to mark as an event. |