is.date {cryptoQuotes} | 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()
,
convert_date()
,
default_dates()
,
fetch()
,
flatten()