round_consultancy | R Documentation |
If the number is > 100, round to the ones place. If the number is less, round to 3 significant figures. Output is character data.
round_consultancy(x)
x |
Returns character data with the appropriate number of digits
round_consultancy(1239.236)
round_consultancy(0.23513)
round_consultancy(c(1239.236, 0.23513))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.