Skip to contents

Convert weight from pounds to kg

Usage

lb_to_kg(lb_wt)

Arguments

lb_wt

Weight in pounds.

Value

Weight in kg.

Examples

lb_to_kg(1);
#> [1] 0.4535924
lb_to_kg(c(1,2,3))
#> [1] 0.4535924 0.9071848 1.3607772