Convert between Celsius, Fahrenheit, and Kelvin.
Examples
ck_convert_temp(c(0, 100), from = "C", to = "F")
#> [1] 32 212
ck_convert_temp(32, from = "F", to = "C")
#> [1] 0
Convert between Celsius, Fahrenheit, and Kelvin.
ck_convert_temp(c(0, 100), from = "C", to = "F")
#> [1] 32 212
ck_convert_temp(32, from = "F", to = "C")
#> [1] 0