View source: R/convert_creatinine_to_uM.R
convert_creatinine_to_uM | R Documentation |
Convert Cretainine from mg/dL to umol/L
convert_creatinine_to_uM(creatinine, creatinine_units = "mg/dL")
creatinine |
numeric vector with creatinine values |
creatinine_units |
currently only mg/dl |
numeric vetor of creatinine in umol/l
convert_creatinine_to_uM(1, "mg/dl")
convert_creatinine_to_uM(1, "mg/dL")
convert_creatinine_to_uM(1, "mg_dl")
convert_creatinine_to_uM(1, "mg") # improper units
convert_creatinine_to_uM(1, "umol/l")
convert_creatinine_to_mgdl(88.4, "umol/l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.