closest_1_0s | R Documentation |
This function takes a numeric input x
and returns the closest multiple of 10 to x
.
closest_1_0s(x)
x |
a numeric input. |
the closest multiple of 10 to x
.
closest_1_0s(12345)
closest_1_0s(6.75)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.