heating_advice: Heating_advice: should you increase or decrease your...

Description Usage Arguments Examples

View source: R/heating_advice.R

Description

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

Usage

1
heating_advice(feeling, thermostat)

Arguments

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

Examples

1
heating_advice(feeling = "cold", thermostat = 17)

patrick-eng/TooHotTooCold documentation built on May 18, 2019, 3:39 a.m.