Convert a temperature from Fahrenheit to Kelvin

fahr_to_kelvin(temp)

Arguments

temp

numeric

Value

numeric

Examples

fahr_to_kelvin(32)
#> [1] 273.15