Description Usage Arguments Examples
Print numbers to an arbitrary number of decimal places
1 | printDec(x, dec = 2)
|
x |
A number |
dec |
An integer indicating the number of decimal places to use and round to |
1 2 | printDec(345.23, 4)
[1] "345.2300"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.