convert_conc_unit: Convert concentration units

View source: R/convert_conc_unit.R

convert_conc_unitR Documentation

Convert concentration units

Description

Lower-level function called by 'convert_creat_unit()', 'convert_albumin_unit()', and others.

Usage

convert_conc_unit(value, unit_in, unit_out, mol_weight = NULL)

Arguments

value

Value to convert

unit_in

Input unit

unit_out

Output unit

mol_weight

Molecular weight in g/mol (required if converting to/from molar units)

See Also

valid_units


InsightRX/clinPK documentation built on April 24, 2024, 6:01 p.m.