powered by
"formattable"(x, ..., formatter = "format.POSIXct", preproc = NULL, postproc = NULL)
POSIXct
formatter
format.POSIXct
x
formattable
times <- as.POSIXct("2015-04-10 09:30:15") + 1:5 ftimes <- formattable(times, format = "%Y%m%dT%H%M%S") ftimes ftimes + 30
Run the code above in your browser using DataLab