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
Note: get_captures() is now working in the latest version envair v. 0.4.0.900. It allows to retrieve data captures based on parameter and year, then filter by station. E.g.
capture_Sparwood_2022 <- envair :: get_captures('PM2.5', 2022)
%>% dplyr::filter(station_name == "Sparwood Centennial Square")
envair
0.4.0.600R version 4.3.1
Trying to use
get_captures
on a dataframe retrieved from animportBC_data
call:Produces this error:
The text was updated successfully, but these errors were encountered: