Closed DonnaHaga closed 11 months ago
does not seem to show up in envair 0.4.0.300. `parameters <- tolower( c( "CO", "H2S", "HF", "HUMIDITY", "NO", "NO2", "NOX", "O3", "PM10", "PM25", "SO2", "TEMP_MEAN", "TRS", "WDIR_VECT", "WSPD_SCLR" ) )
data<-importBC_data( parameter_or_station = parameters, years=2022, use_openairformat = FALSE ) %>% dplyr::distinct(.) %>% dplyr::filter(lubridate::year(DATE_PST) == 2022)
nrow(data) `
agreed! resolved with 0.4.0.300:)
When trying to import data for many parameters (but not for the aqhi) for the year 2022, get an error as follows: