Create a formattable object
# Default S3 method
formattable(x, ..., formatter, preproc = NULL, postproc = NULL)a formattable object that inherits from the original
object.
formattable(rnorm(10), formatter = "formatC", digits = 1)
#> [1] 0.6 -0.1 0.2 -0.09 2 1 0.7 0.6 -0.5 1