R/utils.R
convert_temp.Rd
Convert temperature between Celsius, Fahrenheit, and Kelvin
convert_temp(x, from, to)
numeric vector
character vector, one of "C", "F", or "K"
Eva Marques