Description Usage Arguments Examples
View source: R/heating_advice.R
This function will tell you how to adjust your temperature depending on what temperature your thermostat is set to, and if you are feeling hot or cold
1 | heating_advice(feeling, thermostat)
|
feeling |
specify whether you are feeling hot or cold, string inputs "Hot" or "Cold" |
thermostat |
specify the temperature that your thermostat is currently set to, numeric inputs |
1 | heating_advice(feeling = "cold", thermostat = 17)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.