Description Usage Arguments Value Examples
format the number of decimals of a number.
1 | decimal_place(x, k = 4, value = FALSE, dec = ",")
|
x |
input number. |
k |
number of digits. |
value |
out number or character. |
dec |
character used in the file for decimal points. |
formatted number.
1 2 | # 3 decimal
decimal_place(2.2343242, k=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.