Learn R Programming

clock (version 0.7.1)

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

Description

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

Usage

is_iso_year_week_day(x)

Value

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

Arguments

x

[object]

An object.

Examples

Run this code
is_iso_year_week_day(iso_year_week_day(2019))

Run the code above in your browser using DataLab