getMetaLAQN: getMetaLAQN

Description Usage Arguments Details Value Examples

View source: R/getMetaLAQN.R

Description

Get the meta data for all London Air Quality Network (LAQN) monitoring sites in London

Usage

1
getMetaLAQN(borough_sf = NULL)

Arguments

borough_sf

A simple-features data frame containing London Borough polygons. , Default: NULL

Details

If borough_sf is not provided local authority name and inner/outer London category will not be returned. London Borough boundary data is availabe from the London DataStore and Ordnance Survey.

Value

A data frame containing meta data for all LAQN monitoring sites in London

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
if(interactive()){
# Without borough_sf

meta_data <- getMetaLAQN()

# With borough_sf
boroughs <- st_read("London_Borough.shp")
meta_data <- getMetaLAQN(borough_sf = boroughs)
 }

## End(Not run)

LiRogers/londonair documentation built on Nov. 15, 2019, 5:25 a.m.