down_signif | R Documentation |
This function applies signif figure adjustment but rounds down
down_signif(x, digits = 0)
x |
data that you want to remove rows containing NAs in. |
digits |
number of significant digits to change values to |
down_signif(3599, digits = 2)
3500
down_signif(7890349, digits = 2)
7800000
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.