Description Usage Arguments Value Examples
Downloads air pollution data for European cities
1 | ep_download(country = "", cities = "", pollutants = "", begin = "", end = "")
|
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 |
A tibble containing the air pollution data corresponding to the parameters.
1 2 3 4 5 6 | ep_download(
country = "FR",
cities = "Lyon",
pollutants = "O3",
begin = 2020, end = 2020
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.