police_boundaries {stats19} | R Documentation |
Police force boundaries in England (2016)
Description
This dataset represents the 43 police forces in England and Wales. These are described on the Wikipedia page. on UK police forces.
Format
An sf data frame
Details
The geographic boundary data were taken from the UK government's official geographic data portal. See http://geoportal.statistics.gov.uk/
Note
These were generated using the script in the
data-raw
directory (misc.Rmd
file) in the package's GitHub repo:
github.com/ITSLeeds/stats19.
Examples
nrow(police_boundaries)
police_boundaries[police_boundaries$pfa16nm == "West Yorkshire", ]
sf:::plot.sf(police_boundaries)
[Package stats19 version 3.0.3 Index]