Description Usage Arguments Value Examples
View source: R/unit_conversion.R
A vectorised function to convert blood urea nitrogen (BUN) to urea. The default unit for urea is mmol/l but this can be changed to mg/dl by setting the optional units parameter to "US"
1 | bun_to_urea(BUN, units = "SI")
|
BUN |
numeric vector of blood urea nitrogen levels (mg/dl) |
units |
units for urea ("SI" for mmol/l, "US" for mg/dl) |
numeric vector of urea levels
1 | bun_to_urea(8.0)
|
[1] 2.8568
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.