is_year_month_weekday {clock}R Documentation

Is x a year-month-weekday?

Description

Check if x is a year-month-weekday.

Usage

is_year_month_weekday(x)

Arguments

x

⁠[object]⁠

An object.

Value

Returns TRUE if x inherits from "clock_year_month_weekday", otherwise returns FALSE.

Examples

is_year_month_weekday(year_month_weekday(2019))

[Package clock version 0.7.0 Index]