View source: R/adjust_digits.R
adjust_digits | R Documentation |
Rounds a quantitative laboratory result to a reasonable number of decimal places.
adjust_digits(x)
x |
numeric |
List containing a rounded value of x and the number of decimal places
adjust_digits(0.001234)
adjust_digits(0)
adjust_digits(-12.34)
adjust_digits(5.4321)$digits
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.