Find the neighbourhood policing team responsible for a given area, by a set of coordinates. Accepts only a single pair of latitude and longitude.

ukc_neighbourhood_location(lat, lng)

Arguments

lat

Latitude

lng

Longitude

Value

The police force and neighbourhood code of the given coordinates.

Examples

if (FALSE) {
find <- ukc_neighbourhood_location(lat = 51.500617, lng = -0.124629)
}