It's often difficult to remember the symbol for the units you
want to convert.This gadget shows which units can be converted to one anohter,
and provides an example calculation on a sample vector
On exit you can either return a valid convert() call or a
converted numeric vector.
Usage
convert_gadget(vector, return_value = FALSE)
Arguments
vector
A numeric vector to convert. You can change the vector within the app.
return_value
By default the gadget generates a convert() call, if return_value is set to
TRUE it will instead generate a converted vector.