fmt_config: Format configuration

View source: R/format_value.R

fmt_configR Documentation

Format configuration

Description

Format configuration

Usage

fmt_config(format = NULL, na_str = "NA", align = "center")

Arguments

format

(string or function)
a format label (string) or formatter function.

na_str

(string)
string that should be displayed in place of missing values.

align

(string)
alignment values should be rendered with.

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")


formatters documentation built on June 22, 2024, 9:42 a.m.