Description Usage Arguments Value Examples
View source: R/mbqnThreshold.R
Truncate float to defined number of decimal values
1 | truncateDecimals(x, digits = 2)
|
x |
float |
digits |
Number of decimal values |
Truncated number
1 2 | x <- 2.567836
truncateDecimals(x, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.