| ck_convert_temp | R Documentation |
Convert between Celsius, Fahrenheit, and Kelvin.
ck_convert_temp(x, from, to)
x |
Numeric vector of temperatures. |
from |
Character. Source unit: |
to |
Character. Target unit: |
Numeric vector of converted temperatures.
ck_convert_temp(c(0, 100), from = "C", to = "F")
ck_convert_temp(32, from = "F", to = "C")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.