roundDown | R Documentation |
Forces the rounding of the input to the next lower rounded value.
roundDown(input, to = 10)
input |
The value to be rounded. |
to |
The level of rounding to be applied (i.e. to=10 will round 14.8 to 10; to=1 will round i to 14). |
The rounded value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.