All the neighbourhoods within a given police force area.

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.

Examples

if (FALSE) {
places <- ukc_neighbourhoods("dorset")
}