convert_temperature | R Documentation |
Converts units of temperature data
convert_temperature(x, unit_from, unit_to = "C")
x |
A numeric object. Temperature data in units of |
unit_from |
A character string. Units of data in |
unit_to |
A character string. Units to which data are converted. Currently, supported unit is "C". |
A numeric object of the same size as x
in units of
unit_to
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.