convertemp

Easily convert temperatures between any combination of Celsius, Kelvin, and Fahrenheit.

note - this package is an example R package for the UBC MDS program.

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Installation

devtools::install_github("ttimbers/convertemp")

Quick demo

Convert from Fahrenheit to Kelvin:

fahr_to_kelvin(32)


ttimbers/convertemp documentation built on Sept. 27, 2019, 7:29 a.m.