Learn R Programming

clock (version 0.7.1)

is_year_week_day: Is x a year-week-day?

Description

Check if x is a year-week-day.

Usage

is_year_week_day(x)

Value

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

Arguments

x

[object]

An object.

Examples

Run this code
is_year_week_day(year_week_day(2019))

Run the code above in your browser using DataLab