ep_get_urls: Creates a vector of the URLs for the datasets

Description Usage Arguments Value Examples

View source: R/ep_get_urls.R

Description

Creates a vector of the URLs for the datasets

Usage

1
ep_get_urls(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 vector of the URLs of the datasets corresponding to the desired parameter values.

Examples

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

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