is_date_time | R Documentation |
Tests whether an object is a Date, POSIXct, or hms vector.
is.POSIXct(x)
is_date_time(x)
is.Date(x)
is_date(x)
is.hms(x)
is_time(x)
x |
An object |
A flag indicating whether x inherits from Date, POSIXct or hms.
Other is:
dtt_is_date()
,
dtt_is_date_time()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.