powered by
Converts temperature measurements into Fahrenheit
convert2Fahrenheit(temp, input)
The value of the temperature to convert
The unit of the temperature to convert, allowed values are "K", "C".
if (FALSE) { convert2Fahrenheit(15, input = "C") }
Run the code above in your browser using DataLab