View source: R/convertTemperatures.R
| convert2Celsius | R Documentation | 
Converts temperature measurements into Celsius
convert2Celsius(temp, input = "K")
temp | 
 The value of the temperature to convert  | 
input | 
 The unit of the temperature to convert, allowed values are "K", "F".  | 
Numeric value in degrees Celsius
convert2Celsius(15, input="K")
convert2Celsius(15, input="F")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.