is_iso_year_week_day: Is 'x' a iso-year-week-day?

View source: R/iso-year-week-day.R

is_iso_year_week_dayR Documentation

Is x a iso-year-week-day?

Description

Check if x is a iso-year-week-day.

Usage

is_iso_year_week_day(x)

Arguments

x

⁠[object]⁠

An object.

Value

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

Examples

is_iso_year_week_day(iso_year_week_day(2019))

clock documentation built on Sept. 11, 2024, 8:39 p.m.