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