fahrenheit_to_celsius()
# the only argument is the given degree in Fahrenheit
# it returns degree in Celcius
1 2 | > 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.