round_tidy | R Documentation |
e.g. for 3 decimal places I want 1.200, not 1.2.
round_tidy(x, digits)
x |
Numeric vector of values to round |
digits |
Integer of length one: value to round to. |
Vector of strings.
round_tidy(0.01023, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.