Skip to contents

Converts temperature measurements into Fahrenheit

Usage

convert2Fahrenheit(temp, input)

Arguments

temp

The value of the temperature to convert

input

The unit of the temperature to convert, allowed values are "K", "C".

Examples

if (FALSE) {
convert2Fahrenheit(15, input = "C")
}