View source: R/convert_creat_unit.R
convert_creat_unit | R Documentation |
Convert creatinine to different unit
convert_creat_unit(
value,
unit_in = valid_units("scr"),
unit_out = valid_units("scr")
)
value |
serum creatinine in either mg/dL or micromol/L |
unit_in , unit_out |
unit, either 'mg/dL' or 'micromol/L' |
convert_creat_unit(1, "mg/dL", "micromol/l")
convert_creat_unit(88.42, "micromol/l", "mg/dL")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.