Skip to contents

air_exceedances() returns exceedances for a component by station and month.

air_exceedances_types() returns a list of all exceedances types.

Usage

air_exceedances(component, year)

air_exceedances_types()

Arguments

component

ID of component (see air_components)

year

A 4-digit year

Examples

if (FALSE) { # \dontrun{
air_exceedances(5, 2020)
} # }