Hi all. I wanted to use a simple function of weather_dl but got some errors. I thought I should update my R to 4.0 and also my weathercan to the newest version. However I still get the error:
library(weathercan)
library(xlsx)
library(tidyr)
library(dplyr)
#Using an example of weather_dl:
kam.pg <- weather_dl(station_ids = c(48248, 51423),
start = "2016-01-01", end = "2016-02-15")
Error: 'any_of' is not an exported object from 'namespace:dplyr'