| timeBased {xts} | R Documentation |
Used to verify that the object is one of the known time-based classes in R.
timeBased(x)
x |
object to test |
Current time-based objects supported are
Date, POSIXct, chron,
yearmon, yearqtr, and timeDate.
Logical
Jeffrey A. Ryan
timeBased(Sys.time()) timeBased(Sys.Date()) timeBased(200701)