ukc_neighbourhood_location {ukpolice} | R Documentation |
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)
lat |
Latitude |
lng |
Longitude |
The police force and neighbourhood code of the given coordinates.
## Not run:
find <- ukc_neighbourhood_location(lat = 51.500617, lng = -0.124629)
## End(Not run)