getMetaLondon: getMetaLondon

Description Usage Arguments Details Value Examples

View source: R/getMetaLondon.R

Description

Get the meta data for all air quality monitoring sites in London

Usage

1
getMetaLondon(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 air quality 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 <- getMetaLondon()

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

## End(Not run)

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