fmt_config {formatters} | R Documentation |
Format configuration
Description
Format configuration
Usage
fmt_config(format = NULL, na_str = "NA", align = "center")
Arguments
format |
( |
na_str |
( |
align |
( |
Value
An object of class fmt_config
which contains the following elements:
-
format
-
na_str
-
align
Examples
fmt_config(format = "xx.xx", na_str = "-", align = "left")
fmt_config(format = "xx.xx - xx.xx", align = "right")
[Package formatters version 0.5.8 Index]