[Solved] How to calculate a condition using dplyr?
As I understand it, you want a column that checks if the temperature deviates by 5 – 6 degrees (if the temp is greater than 10) and another column to check if it is differs by 7 degrees or more. The current code you are using seems to identify the coldwave values correctly, although is … Read more