remove_leading_zero | R Documentation |
Remove leading zero from numbers
remove_leading_zero(x, digits = 2, ...)
x |
vector of numbers |
digits |
rounding digits |
... |
Arguments passed to formatC |
vector of characters
remove_leading_zero(c(0.5,-0.2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.