fround | R Documentation |
Take a numeric and return its rounded value with set number of decimal points.
fround(x, digits)
x |
Any numeric value. |
digits |
Integer. Number of decimal points to report. |
Numeric vector.
fround(x = 1/3,
digits = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.