Learn R Programming

transplantr (version 0.2.0)

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

Description

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

Usage

bilirubin_to_SI(bili)

Arguments

bili

numeric vector of bilirubin levels (mg/dl)

Value

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

Examples

Run this code
# NOT RUN {
bilirubin_to_SI(bili = 3.1)
# }

Run the code above in your browser using DataLab