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