weight2kg: Convert any weight unit to kg

Description Usage Arguments Examples

Description

Convert any weight unit to kg

Usage

1
weight2kg(value = NULL, unit = NULL)

Arguments

value

weight in any allowed unit

unit

unit of weight, one of "lbs", "pound", "pounds", "oz", "ounce", "ounces"

Examples

1
2
3
weight2kg(250, unit = "oz")
weight2kg(250, unit = "pounds")
weight2kg(250, unit = "lbs")

ronkeizer/clinPK documentation built on May 20, 2019, 5:07 p.m.