round_exactly_one_value | R Documentation |
round_exactly_one_value This internal function rounds exactly one value to the specified number of digits.
round_exactly_one_value(x, digits)
x |
A character vector where the first element is the integer part and the second element is the decimal part. |
digits |
The number of digits to round to. |
A character string representing the rounded value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.