weight2kg | R Documentation |
Convert any weight unit to kg
weight2kg(value = NULL, unit = NULL)
value |
weight in any allowed unit |
unit |
unit of weight, one of "lb", "lbs", "pound", "pounds", "oz", "ounce", "ounces", "g", "gram", "grams" |
weight2kg(250, unit = "oz")
weight2kg(250, unit = "pounds")
weight2kg(250, unit = "lbs")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.