You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Gail, as per users' request, a new column of DATETIME in time-beginning format was added into the data structure on 2024-03-14. You can re-install the envair (v. 0.4.2.000) to see the update.
I just tested the following scripts to download the 2015 PM2.5 data for Kamloops, all looks reasonable on my end.
PM2.5_Kamloops <- importBC_data('PM2.5', 2015) %>% dplyr::filter(STATION_NAME == "Kamloops Federal Building")
importBC_data()
is throwing an error "DATE_PST" not found. For example,importBC_data('Kamloops', 2015)
results in:I suspect the failure is occuring at line 740 because
DATE_PST
was removed fromdf_data
earlier, on line 711.The text was updated successfully, but these errors were encountered: