format_value {formatters} | R Documentation |
Converts a (possibly compound) value into a string using the format
information
Description
Converts a (possibly compound) value into a string using the format
information
Usage
format_value(x, format = NULL, output = c("ascii", "html"), na_str = "NA")
Arguments
x |
( |
format |
( |
output |
( |
na_str |
( |
Details
A length-zero value for na_str
will be interpreted as "NA"
, as will any
missing values within a non-length-zero na_str
vector.
Value
Formatted text representing the cell x
.
See Also
Examples
x <- format_value(pi, format = "xx.xx")
x
format_value(x, output = "ascii")
[Package formatters version 0.5.8 Index]