FormatWithDecimals | R Documentation |
This function is deprecated. Use FormatAsReal instead. Formats real numbers with a specified number of decimal places.
FormatWithDecimals(x, decimal.places = 2)
x |
The number(s). |
decimal.places |
Number of decimal places to show. |
Specifying decimal.places
to be 0 is now an error for
R v4.2.0 and above.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.