rnd_dbl | R Documentation |
Rounds a number to a specified amount of digits and returns the string value.
rnd_dbl(dbl, digits = 3)
dbl |
number to be rounded. |
digits |
number of digits the number needs to be rounded to (defaults to |
A string value of the number rounded to the specified amount of digits.
rnd_dbl(1.26564,digits = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.