round_manual | R Documentation |
This function rounds numbers to the specified number of decimal places using a manual method that avoids the typical rounding issues in R which may vary across different OS.
round_manual(x, digits = 0L)
x |
Numeric vector. The numbers to round. |
digits |
Integer. The number of digits to round to. Defaults 0. |
Numeric vector. The rounded numbers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.