All the neighbourhoods within a given police force area.
ukc_neighbourhoods(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.
if (FALSE) {
places <- ukc_neighbourhoods("dorset")
}