powered by
Converts a given set of temperature values from one unit to another
convert_temp(value = NULL, from = NULL, to = NULL)
(numeric) converted temperature values
(numeric) temperature values to convert
(character) starting units of the value, not case sensitive.
(character) units to which to convert, not case sensitive.
# Convert from Fahrenheit to Celsius convert_temp(value = 32, from = "Fahrenheit", to = "c")
Run the code above in your browser using DataLab