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-" )
devtools::install_github("ttimbers/convertemp")
Convert from Fahrenheit to Kelvin:
fahr_to_kelvin(32)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.