UStoEU.default | R Documentation |
The package converts American units such as 'ft, 'in', 'lbs' to European units: 'm', 'cm', 'kg' and vice versa. 'ft' can also be written as 'foot' and 'feet'. 'in' can also be written as 'inch' and 'inches'. 'm' can also be written as 'meter' and 'metre'. 'cm' can also be written as 'centimeter' and 'centimetre'.
## Default S3 method:
UStoEU(x, from, to, return = "value", ...)
x |
numeric value |
from |
possible values to choose from: 'ft, 'in', 'm', 'cm', 'lbs' |
to |
possible values to choose from: 'ft, 'in', 'm', 'cm', 'lbs' |
return |
possible values to choose from: 'value', 'ft&in' |
... |
other parameters |
Function returns a measure in the selected unit
Olga Chwedoruk, Tomasz Bugajski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.