the only argument is the given degree in Fahrenheit
it returns degree in Celcius
rm(list = ls())
library(devtools) install_github("leileibama/FCdegree")
library(FCdegree)
fahrenheit_to_celsius(90)
[1] 32.22222
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.