powered by
Convert creatinine to different unit
convert_creat_unit( value, unit_in = valid_units("scr"), unit_out = valid_units("scr") )
serum creatinine in either mg/dL or micromol/L
unit, either `mg/dL` or `micromol/L`
convert_creat_unit(1, "mg/dL", "micromol/l") convert_creat_unit(88.42, "micromol/l", "mg/dL")
Run the code above in your browser using DataLab