Learn R Programming

formatdown (version 0.1.4)

format_decimal: Deprecated functions in package formatdown.

Description

The functions listed below are deprecated. Alternative functions with similar functionality are mentioned. Help pages for deprecated functions are available at help("<function>-deprecated").

Usage

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 )

Arguments

<code>format_decimal</code>

For format_decimal(), use format_dcml() or format_numbers(..., format = "dcml")

<code>format_power</code>

For format_power(), use format_numbers(), format_sci() or format_engr().

<code>format_units</code>

For format_units(), use format_numbers() after first assigning physical measurement units using the units package.