Convert a temperature from Kelvin to Fahrenheit

kelvin_to_fahr(temp)

Arguments

temp

numeric

Value

numeric

Examples

kelvin_to_fahr(273.15)
#> [1] 32