Description Usage Arguments Details Examples
Convert weight from different formats/measurements into lbs
1 |
wgt |
vector of weights to be converted, see examples. |
regex |
specific regular expression to split wgt by (if wgt is a character string representing stones and lbs) |
from |
convert from "kg" to lbs, if wgt is numeric |
round |
round weight to nearest |
Converts a numeric weight from kilograms ("kg") or stones ("st") into lbs. It also converts a character string of stones and lbs, ie. 9-7 representing 9 stone 7 lbs, into lbs using regex.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.