is_date_class | R Documentation |
Check if an object is a date class
is_date_class(x)
x |
A vector to check |
Logical (TRUE/FALSE)
library(dplyr)
tk_make_timeseries("2011") %>% is_date_class()
letters %>% is_date_class()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.