Description Usage Arguments Value See Also Examples
format_dec
outputs the given numeric vector with two decimals
for pretty printing.
1 | format_dec(x, nsmall = 2, ...)
|
x |
The numeric vector. |
A character version of x where only two decimals are used.
1 2 3 4 5 | ## Not run:
format_dec(vars$aaf.1KG)
format_dec(vars$esp6500_all)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.