ukc_neighbourhoods {ukpolice} | R Documentation |
Policing Neighbourhoods
Description
All the neighbourhoods within a given police force area.
Usage
ukc_neighbourhoods(force)
Arguments
force |
A string containing the name of the police force to return neighbourhoods for. Must be specified, and is not case sensitive. |
Value
A tibble
with data for neighbourhoods within the area of the
given police force.
See Also
Examples
## Not run:
places <- ukc_neighbourhoods("dorset")
## End(Not run)
[Package ukpolice version 0.2.2 Index]