Description Usage Arguments Details Value Examples
View source: R/getMetaLondon.R
Get the meta data for all air quality monitoring sites in London
1 | getMetaLondon(borough_sf = NULL)
|
borough_sf |
A simple-features data frame containing London Borough polygons. , Default: NULL |
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.
A data frame containing meta data for all air quality monitoring sites in London
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.