View source: R/give_n_digits.R
| give_n_digits | R Documentation |
A helper function that always prints a specified number of decimals
give_n_digits(x, n = 2)
x |
a numeric vector |
n |
the number of decimal places to print |
give_n_digits(0.0293526, n = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.