powered by
This is a wrapper around formatters::format_value for use with CellValue objects
formatters::format_value
CellValue
format_rcell( x, format, output = c("ascii", "html"), na_str = obj_na_str(x) %||% "NA" )
formatted text representing the cell
an object of class CellValue, or a raw value.
character(1) or function. The format label (string) or formatter function to apply to x.
x
character(1). output type
character(1). String that should be displayed when the value of x is missing. Defaults to "NA".
"NA"
cll <- CellValue(pi, format = "xx.xxx") format_rcell(cll)
Run the code above in your browser using DataLab