is_year_quarter_day: Is 'x' a year-quarter-day?

View source: R/quarterly-year-quarter-day.R

is_year_quarter_dayR Documentation

Is x a year-quarter-day?

Description

Check if x is a year-quarter-day.

Usage

is_year_quarter_day(x)

Arguments

x

⁠[object]⁠

An object.

Value

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

Examples

is_year_quarter_day(year_quarter_day(2019))

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