Learn R Programming

transplantr (version 0.2.0)

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

Description

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

Usage

bilirubin_to_US(bili)

Arguments

bili

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

Value

numeric vector of bilirubin levels in mg/dl

Examples

Run this code
# NOT RUN {
bilirubin_to_US(bili = 54)
# }

Run the code above in your browser using DataLab