ukc_neighbourhood_location {ukpolice}R Documentation

Neighbourhood Location

Description

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

Usage

ukc_neighbourhood_location(lat, lng)

Arguments

lat

Latitude

lng

Longitude

Value

The police force and neighbourhood code of the given coordinates.

See Also

ukc_neighbourhood_boundary()

ukc_neighbourhoods()

Examples

## Not run: 
find <- ukc_neighbourhood_location(lat = 51.500617, lng = -0.124629)

## End(Not run)


[Package ukpolice version 0.2.2 Index]