Description Usage Arguments Examples
View source: R/specify_decimal.R
Specify the number of decimal places Please see (https://stackoverflow.com/questions/3443687/formatting-decimal-places-in-r) for the function conceptions
1 | specify_decimal(x, k)
|
x |
decimal to convert |
k |
number of decimal places |
1 2 | x <- 0.324153245
specify_decimal(x, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.