Learn R Programming

transplantr (version 0.2.0)

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

Description

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

Usage

creatinine_to_US(creat)

Arguments

creat

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

Value

numeric vector of creatinine levels in mg/dl

Examples

Run this code
# NOT RUN {
creatinine_to_US(creat = 176)
# }

Run the code above in your browser using DataLab