R/convertempr.R
fahr_to_kelvin.Rd
Convert a temperature from Fahrenheit to Kelvin
fahr_to_kelvin(temp)
numeric
fahr_to_kelvin(32)#> [1] 273.15