round0 | R Documentation |
This function is a shortcut for
formatC(x, digits, format = "f")
.
round0(x, digits)
x |
a numeric vector |
digits |
an integer indicating the number of decimal places |
a character string
round(5.601, 2)
round0(5.601, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.