Create a formattable object
Create a formattable object
## Default S3 method: formattable(x, ..., formatter, preproc = NULL, postproc = NULL)
x |
an object. |
... |
arguments to be passed to |
formatter |
formatting function, |
preproc |
pre-processor function that prepares |
postproc |
post-processor function that transforms formatted output for printing. |
a formattable
object that inherits from the original
object.
formattable(rnorm(10), formatter = "formatC", digits = 1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.