bcgov/envair

duplicates for golden helipad

Closed this issue · 2 comments

R Version 4.3.1 envair version 0.4.0.100.

envair::importBC_data(parameter_or_station="pm25",years=2021) %>% 
                            dplyr::filter(STATION_NAME=="Golden Helipad")

Contains duplicates as follows. Data is identical but has both level 0 and level 2 validation status listed

duplicates

The issue of the duplicate entries has been fixed in the latest version: 0.4.0.300.

Great!