Skip to content

Air Quality Measurements in Spain from 2001 to 2018

Notifications You must be signed in to change notification settings

jdieramon/airqualityES

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airqualityES

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.

Installing the package

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)

Accessing the package

data(airqES)
data(stations)


Enjoy your air !

About

Air Quality Measurements in Spain from 2001 to 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%