Description Usage Arguments Examples
This function rounds values of a numeric vector to a selected integer, for example: 1,000 or 10,000. This allows for a more general interpretation of high values.
1 | round_to(x, to = 1000)
|
x |
A vector or data frame column |
to |
An integer to round to. Defaults to a 1,000 |
1 | round_to(12456)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.