format_num | R Documentation |
Round and pad a number to a specific decimal place
format_num(x, digits = 3)
x |
Numeric vector |
digits |
Number of digits to retain |
a character vector of formatted numbers
std.error <- c(0.12, 0.001, 1.2)
format_num(std.error)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.