R/weather.R
celsius_to_kelvin.Rd
Converts temperature recorded in Celsius to Kelvin.
celsius_to_kelvin(t_celsius)
Temperature recorded in Celsius.
A numeric vector.
numeric
celsius_to_kelvin(92) #> [1] 365.15 celsius_to_kelvin(32) #> [1] 305.15