convert_weight_to_kg: Convert weight to kg

View source: R/convert_weight_to_kg.R

convert_weight_to_kgR Documentation

Convert weight to kg

Description

Convert weight to kg

Usage

convert_weight_to_kg(weight, weight_units)

Arguments

weight

weight in lbs g, or kg

weight_units

units as "lbs" "g", or "kg"

Value

vector of weight in kg

Examples

convert_weight_to_kg(165, "lbs")
convert_weight_to_kg(165, "pounds")
convert_weight_to_kg(c(165, NA), "lbs")
convert_weight_to_kg(70000, "g")

JMLuther/tabletools documentation built on July 1, 2024, 2:01 p.m.