knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
Library consists a function kelvin_to_celsius
Examples of usage of the function.
library(firstpackage) kelvin_to_celsius(273.15) kelvin_to_celsius(0) kelvin_to_celsius(-1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.