| format_decimal | R Documentation |
The functions listed below are deprecated. Alternative functions with
similar functionality are mentioned. Help pages for deprecated functions
are available at help("<function>-deprecated").
format_decimal(x, digits = 4, ..., big_mark = NULL, delim = "$")
format_power(
x,
digits = 4,
...,
format = NULL,
size = NULL,
omit_power = c(-1, 2),
set_power = NULL,
delim = "$"
)
format_units(
x,
digits = 1,
unit = NULL,
...,
unit_form = NULL,
big_mark = NULL
)
format_decimalFor format_decimal(), use format_dcml() or
format_numbers(..., format = "dcml")
format_powerFor format_power(), use format_numbers(), format_sci() or
format_engr().
format_unitsFor format_units(), use format_numbers() after first assigning
physical measurement units using the units package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.