ukc_neighbourhoods {ukpolice} | R Documentation |
All the neighbourhoods within a given police force area.
ukc_neighbourhoods(force)
force |
A string containing the name of the police force to return neighbourhoods for. Must be specified, and is not case sensitive. |
A tibble
with data for neighbourhoods within the area of the
given police force.
## Not run:
places <- ukc_neighbourhoods("dorset")
## End(Not run)