checkTimes | R Documentation |
Checks time
checkTimes(x, format = "date")
x |
A string or vector char |
format |
String, can be “date”, “dateTime”, “float” |
Logical.
George Vega Yon
Jorge Fabrega Lacoa
test <- c("2012-01-17T03:46:41", "2012-01-17T03:46:410")
checkTimes(test, format="dateTime")
checkTimes("2012-02-01T00:00:00", "dateTime")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.