is.date | R Documentation |
This function check is equivalent to is.numeric()
, is.logical()
,
and checks for the date type classes POSIXct, POSIXt and Date.
And wether the character vector can be formatted to dates.
is.date(x)
x |
object to be tested |
TRUE if its either POSIXct, POSIXt or Date. FALSE otherwise.
Other development tools:
GET()
,
chart_layout()
,
convert_date()
,
default_dates()
,
fetch()
,
flatten()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.