is_year_week_day {clock} | R Documentation |
x
a year-week-day?Check if x
is a year-week-day.
is_year_week_day(x)
x |
An object. |
Returns TRUE
if x
inherits from "clock_year_week_day"
,
otherwise returns FALSE
.
is_year_week_day(year_week_day(2019))