View source: R/gregorian-year-month-day.R
is_year_month_day | R Documentation |
x
a year-month-day?Check if x
is a year-month-day.
is_year_month_day(x)
x |
An object. |
Returns TRUE
if x
inherits from "clock_year_month_day"
,
otherwise returns FALSE
.
is_year_month_day(year_month_day(2019))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.