Create a formattable factor object
Create a formattable factor object
## S3 method for class 'factor' formattable(x, ..., formatter = "vmap", preproc = NULL, postproc = NULL)
x |
a factor 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
factor object.
formattable(as.factor(c("a", "b", "b", "c")), a = "good", b = "fair", c = "bad")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.