round_up_even | R Documentation |
Round up to the nearest even number
round_up_even(x, base = 2)
x |
Number to round |
base |
Base for rounding. If 2, even numbers. |
Number rounded up
round_up_even(13.1)
round_up_even(14.22)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.