Check if an object is a date class
Examples
library(dplyr)
tk_make_timeseries("2011") %>% is_date_class()
#> Using by: day
#> [1] TRUE
letters %>% is_date_class()
#> [1] FALSE
Check if an object is a date class
library(dplyr)
tk_make_timeseries("2011") %>% is_date_class()
#> Using by: day
#> [1] TRUE
letters %>% is_date_class()
#> [1] FALSE