Description Usage Arguments Value Examples
cel_to_fah is a function to convert Celsius degrees to Fahrenhit. Insert temperature in Celsius degrees to get the value in Fahrenheit degrees. For further information access: https://github.com/marcelofukuoka/conversorR
1 | cel_to_fah(x)
|
x |
of Celsius degrees is a numerical (double) |
Fahrenheit degrees as numerical (double)
1 | cel_to_fah(30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.