Description Usage Arguments Value Author(s) Examples
Checks time
1 | checkTimes(x, format = "date")
|
x |
A string or vector char |
format |
String, can be “date”, “dateTime”, “float” |
Logical.
George Vega Yon
Jorge Fabrega Lacoa
1 2 3 | 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.