formattable.POSIXlt: Create a formattable POSIXlt vector

View source: R/formattable.R

formattable.POSIXltR Documentation

Create a formattable POSIXlt vector

Description

Create a formattable POSIXlt vector

Usage

## S3 method for class 'POSIXlt'
formattable(
  x,
  ...,
  formatter = "format.POSIXlt",
  preproc = NULL,
  postproc = NULL
)

Arguments

x

a vector of class POSIXlt.

...

arguments to be passed to formatter.

formatter

formatting function, format.POSIXlt in default.

preproc

pre-processor function that prepares x for formatting function.

postproc

post-processor function that transforms formatted output for printing.

Value

a formattable POSIXlt vector

Examples

times <- as.POSIXlt("2015-04-10 09:30:15") + 1:5
ftimes <- formattable(times, format = "%Y%m%dT%H%M%S")
ftimes
ftimes + 30

renkun-ken/formattable documentation built on Dec. 7, 2024, 10:19 p.m.