Skip to contents

Download metadata from Air Quality e-Reporting by EEA member countries. See EEA website for the details on data and metadata.

Usage

download_metadata_EEA(
  stations.type = NULL,
  stations.area = NULL,
  pollutant = NULL
)

Arguments

stations.type

Character vector with stations type to be selected.

stations.area

Character vector with stations area to be selected.

pollutant

Character vector for pollutant.

Value

A data.table with metadata.

Details

Extract metadata from the most recent PanEuropean_metadata.csv file.

Examples

if (FALSE) {
metadata <- download_metadata_EEA(pollutant = "NO2")
}