is.date {cryptoQuotes} | R Documentation |
Check if values are valid dates
Description
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.
Usage
is.date(x)
Arguments
x |
object to be tested |
Value
TRUE if its either POSIXct, POSIXt or Date. FALSE otherwise.
See Also
Other development tools:
GET()
,
chart_layout()
,
convert_date()
,
default_dates()
,
fetch()
,
flatten()
[Package cryptoQuotes version 1.3.2 Index]