#tempConvert Dowload the package devtools::install_github("mryap/tempConvert") Load the package library(tempConvert) Fahr 404 to Celsius fahr_to_celsius(404) Kelvin to Celsius kelvin_to_celsius(273.15)