powered by
Create a formattable POSIXct vector
# S3 method for POSIXct formattable( x, ..., formatter = "format.POSIXct", preproc = NULL, postproc = NULL )
a vector of class POSIXct.
POSIXct
arguments to be passed to formatter.
formatter
formatting function, format.POSIXct in default.
format.POSIXct
pre-processor function that prepares x for formatting function.
x
post-processor function that transforms formatted output for printing.
a formattable POSIXct vector
formattable
# NOT RUN { 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