README.md

convertempr

R build
status codecov

Easily convert between temperatures! Celsius, Kelvin and Fahrenheit! Contains functions for all permutations of conversions between Celsius, Kelvin and Fahrenheit. This package is an example for the UBC MDS DSCI 524 (Collaborative Software Development) course.

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


ttimbers/convertempr documentation built on March 21, 2021, 1:26 a.m.