Learn R Programming

formattable (version 0.2.1)

formattable.default: Create a formattable object

Description

Create a formattable object

Usage

# S3 method for default
formattable(x, ..., formatter, preproc = NULL, postproc = NULL)

Arguments

x

an object.

...

arguments to be passed to formatter.

formatter

formatting function, formatC 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 object that inherits from the original object.

Examples

Run this code
# NOT RUN {
formattable(rnorm(10), formatter = "formatC", digits = 1)
# }

Run the code above in your browser using DataLab