round_up | R Documentation |
round
.Rounds numbers using the round up method, rather than the round to the
nearest even number method used by the base function round
.
round_up(n, digits = 0)
n |
A numeric to be rounded. |
digits |
A numeric specifying which decimal places to round to |
Numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.