round_format | R Documentation |
Round numbers without truncating trailing zeroes.
rounde()
is a rounding function that rounds up when rounding
off a 5, instead of to the nearest even number, which is what the base R
function round()
does.
round_format(x, digits)
rounde(x, digits = 0)
x |
A numeric vector. |
digits |
Number of significant significant digits to be used. |
Sandy Floren
World Health Organization
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.