I am new with R and trying to use the filter function but its not giving me the answer. Here is the code and the print
head(filter(luthfidata, Country=="Canada"))
A tibble: 0 x 4
… with 4 variables: dt , AverageTemperature ,
AverageTemperatureUncertainty , Country
If someone could help me that would be much appreciated! thank you!