sinaica_station_data now supports downloading two
years of data
df <- sinaica_station_data(271, "O3", "2015-09-11", "2017-09-11", "Crude")Remove duplicate stations from the stations_sinaica
data.frame
Added function sinaica_station_dates(), which lists
the dates for which a station has data available.
sinaica_station_dates(271, "Crude")Added function sinaica_station_params(), which lists
the air quality parameters measured at a station for which SINAICA
provides data.
sinaica_station_params(271, "Crude")Added two new air quaility stations in Ensenada and Tecate to
stations_sinaica
Use try() in function examples instead of
\dontrun{}
stations_sinaica data.frame to include all
the latest stationssinaica_param_data since the SINAICA website
no longer supports downloading data from all stations at once.sinaica_station_dates() and
sinaica_param_data() return NULL when SINAICA is downsinaica_param_data() and
sinaica_station_data() to download air quality datasinaica_station_dates() and
sinaica_station_params() to query station metadatastations_sinaica and
params_sinaicaNEWS.md file to track changes to the
package.