is.timeBased | R Documentation |
Used to verify that the object is one of the known time-based classes in R.
Current time-based objects supported are Date
, POSIXct
, chron
,
yearmon
, yearqtr
, and timeDate
.
is.timeBased(x)
timeBased(x)
x |
Object to test. |
A logical scalar.
Jeffrey A. Ryan
timeBased(Sys.time())
timeBased(Sys.Date())
timeBased(200701)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.