Learn R Programming

transplantr (version 0.2.0)

creatinine_to_SI: Creatinine unit converter (mg/dl -> <U+00B5>mol/l)

Description

A vectorised function to convert serum creatinine levels from mg/dl to <U+00B5>mol/l

Usage

creatinine_to_SI(creat)

Arguments

creat

numeric vector of creatinine levels (mg/dl)

Value

numeric vector of creatinine levels in <U+00B5>mol/l

Examples

Run this code
# NOT RUN {
creatinine_to_SI(creat = 2.0)
# }

Run the code above in your browser using DataLab