is_datetime | R Documentation |
Return TRUE if the vector is a datetime.
is_datetime(x)
x |
A vector |
A boolean vector with the return from the condition check.
is_datetime(Sys.time())
is_datetime(Sys.Date())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.