View source: R/convert_triglycerides_to_mM.R
convert_triglycerides_to_mM | R Documentation |
LDL, HDL and Total triglycerides are usually reported in mg/dL units.
convert_triglycerides_to_mM(triglycerides, triglycerides_units = "mg/dL")
triglycerides |
numeric vector with triglycerides values |
triglycerides_units |
currently only mg/dl |
numeric vetor of triglycerides in mmol/l
convert_triglycerides_to_mM(200, "mg/dl")
convert_triglycerides_to_mM(150, "mg/dL")
convert_triglycerides_to_mM(100, "mg_dl")
convert_triglycerides_to_mM(100, "mg") # improper units
convert_triglycerides_to_mM(100, "mmol/l")
convert_triglycerides_to_mgdl(1.693576, "mmol/l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.