View source: R/convert_weight_to_kg.R
convert_weight_to_kg | R Documentation |
Convert weight to kg
Convert weight to lbs
convert_weight_to_kg(weight, weight_units)
convert_weight_to_lbs(weight, weight_units)
weight |
weight in lbs g, or kg |
weight_units |
units as "lbs" "g", or "kg" |
vector of weight in kg
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.