Skip to contents

air_components() returns a list of all air components measured. air_networks() returns a list of all air measuring station networks. air_scopes() returns a list of all measurement scopes. air_thresholds() returns a list of all thresholds. air_data_availability() returns a list of available dates/years.

Usage

air_components()

air_networks()

air_scopes()

air_thresholds(use, component = NULL, scope = NULL)

air_data_availability(
  use = c("annualbalance", "airquality", "measure"),
  date_from = NULL,
  time_from = NULL,
  date_to = NULL,
  time_to = NULL
)

Arguments

use

Should data for "annualbalance", "airquality", or "measure" be returned?

component

ID of component (see air_components)

scope

ID of scope (see air_scopes)

date_from

A date ("YYYY-MM-DD", required only for use = "airquality")

time_from

An hour (1..24)

date_to

A date ("YYYY-MM-DD", required only for use = "airquality")

time_to

An hour (1..24)