R/convertTemperatures.R
convert2Fahrenheit.Rd
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") }