convert2Fahrenheit {sonicscrewdriver}R Documentation

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

## Not run: 
convert2Fahrenheit(15, input = "C")

## End(Not run)


[Package sonicscrewdriver version 0.0.7 Index]