Learn R Programming

sonicscrewdriver (version 0.0.7)

convert2Fahrenheit: Convert temperature to Fahrenheit

Description

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

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

Run the code above in your browser using DataLab