is_date_class: Check if an object is a date class

View source: R/utils-dates.R

is_date_classR Documentation

Check if an object is a date class

Description

Check if an object is a date class

Usage

is_date_class(x)

Arguments

x

A vector to check

Value

Logical (TRUE/FALSE)

Examples

library(dplyr)

tk_make_timeseries("2011") %>% is_date_class()

letters %>% is_date_class()



business-science/timekit documentation built on Feb. 2, 2024, 2:51 a.m.