For some reason I am not getting data for the province of Newfoundland and Labrador (NL). I am getting the following error:
weather_dl(station_ids = 6561 , interval = "hour")
Error in dplyr::mutate():
i In argument: prov = province[[.data$prov]].
Caused by error in province[[.data$prov]]:
! subscript out of bounds
Run rlang::last_trace() to see where the error occurred.
The same code is working fine for the provice of QC
e.g. weather_dl(station_ids = 49649 , interval = "hour")
Can you help resolve this?
Thanks
Shibly