Data on a specific neighbourhood boundary, using lat/lng pairs.
ukc_neighbourhood_boundary(force, neighbourhood_id)
A string containing the name of the police force to return neighbourhoods for. Must be specified, and is not case sensitive.
A string containing the ID of a given neighbourhood,
returned from ukc_neighbourhoods()
. If missing, returns all neighbourhoods
for the specified police force, using ukc_neighbourhoods()
.
A tibble
with the lat/lng boundaries for a specific neighbourhood.
if (FALSE) {
borders <- ukc_neighbourhood_boundary("dorset", "55.CR3001")
}