is_date.Rd
Return TRUE if the vector is a date.
is_date(x)
A vector
A boolean vector with the return from the condition check.
is_date(Sys.time()) #> [1] FALSE is_date(Sys.Date()) #> [1] TRUE