Convert temperature between Celsius, Fahrenheit, and Kelvin

convert_temp(x, from, to)

Arguments

x

numeric vector

from

character vector, one of "C", "F", or "K"

to

character vector, one of "C", "F", or "K"

Value

numeric vector

Author

Eva Marques