| cran_convert | R Documentation |
Converts a supplied volume measurement to crans.
cran_convert(value, unit)
value |
Numeric. The value of the measurement to convert from. |
unit |
Character. The unit of the measurement to convert from. Must be
a recognised volume unit as per |
An object of class units.
## Not run:
# 170.5 L is 1 cran
cran_convert(170.5, "L")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.