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