These dataset contains daily quality air measurements in Spain over a period of 18 years (from 2001 to 2018). The measurements refer to several pollutants. These data are openly published by the Government of Spain. The datasets were originally spread over a number of files and formats. Here, the same information is contained in simple dataframe for convenience of researches, journalists or general public. See the Spanish Government website for more information.
A stable version of this package is available on CRAN and can be installed directly from there:
install.packages("airqualityES")
The lastest development version of the package can also be loaded directly from GitHub using the devtools package:
library(devtools)
install_github("jdieramon/airqualityES")
library(airquality)
data(airqES)
data(stations)
Enjoy your air !