Easily convert between temperatures! Celsius, Kelvin & Fahrenheit! Contains functions for all permutations of conversions between Celsius, Kelvin and Fahrenheit.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("ttimbers/convertempr")

Example

This is a basic example which shows you how to solve a common problem:

library(convertempr)
celsius_to_fahr(0)
#> [1] 32