num_round | R Documentation |
formatC for convenient
num_round(num, digits = 4)
num |
numbers |
digits |
integer default digits = 4 |
out
x <- 3.14159
out <- num_round(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.