iround | R Documentation |
Rounds a value to the significant amount of digits. Its a wrapper for signif().
iround(x, digitz = 3)
x |
Unrounded number. |
digitz |
Number of digits to keep. 3 by default. |
iround(x = 2.3232, digitz = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.