get_naei_timeseries: Get NAEI Timeseries

View source: R/get_naei_timeseries.R

get_naei_timeseriesR Documentation

Get NAEI Timeseries

Description

Downloads NAEI emissions timeseries from naei.beis.gov.uk/data/data-selector

Usage

get_naei_timeseries(
  species = "Nitrogen oxides (NOx expressed as NO2)",
  from = 1970,
  to = 2019,
  file_path = NULL
)

Arguments

species

vector of pollutant names as listed by get_naei_timeseries_options()

from

start year

file_path

path to save downloaded data to. If NULL data will be downloaded to a tempfile and returned

end

year

Author(s)

W. S. Drysdale


willdrysdale/wsdmiscr documentation built on Aug. 26, 2023, 12:31 a.m.