h_fmt_num | R Documentation |
Help function to format numeric data with formatC
function.
h_fmt_num(x, digits, width = digits + 4)
x |
( |
digits |
( |
width |
( |
A character object with specific digits and width.
formatC()
h_fmt_num(pi * 10^(-2:2), digits = 2, width = 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.