Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 394 Bytes

File metadata and controls

21 lines (13 loc) · 394 Bytes

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.

Installation

devtools::install_github("ttimbers/convertemp")

Quick demo

Convert from Fahrenheit to Kelvin:

fahr_to_kelvin(32)
#> [1] 273.15