Skip to contents

Given the UK AIR ID (from ukair_catalogue()), this function fetches the catalogue of monitoring stations from DEFRA's website.

Usage

ukair_get_site_id(id_s)

Arguments

id_s

An alphanumeric string (or vector of strings) containing the UK AIR ID defined by DEFRA.

Value

A named vector containing the site id_s.

Examples

 if (FALSE) {
 ukair_get_site_id("UKA00399")
 }