| is_year_quarter_day {clock} | R Documentation |
x a year-quarter-day?Check if x is a year-quarter-day.
is_year_quarter_day(x)
x |
An object. |
Returns TRUE if x inherits from "clock_year_quarter_day",
otherwise returns FALSE.
is_year_quarter_day(year_quarter_day(2019))