
Last chance! 50% off unlimited learning
Sale ends in
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