ep_download: Downloads air pollution data for European cities

Description Usage Arguments Value Examples

View source: R/ep_download.R

Description

Downloads air pollution data for European cities

Usage

1
ep_download(country = "", cities = "", pollutants = "", begin = "", end = "")

Arguments

country

A string. Country ISO code

cities

A string vector. Contains the names of cities desired

pollutants

A string vector. Contains the codes of pollutants desired as described in the dataset pollutants_id

begin

A number. Starting year for the data

end

A number. Ending year for the data

Value

A tibble containing the air pollution data corresponding to the parameters.

Examples

1
2
3
4
5
6
ep_download(
  country = "FR",
  cities = "Lyon",
  pollutants = "O3",
  begin = 2020, end = 2020
)

vincentbagilet/europollution documentation built on May 22, 2020, 12:07 a.m.