ukc_neighbourhood_location: Neighbourhood Location

Description Usage Arguments Value See Also Examples

View source: R/neighbourhood-location.R

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

1

Arguments

lat

Latitude

lng

Longitude

Value

The police force and neighbourhood code of the given coordinates.

See Also

ukc_neighbourhood_boundary()

ukc_neighbourhoods()

Examples

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

## End(Not run)

ukpolice documentation built on Aug. 3, 2020, 5:09 p.m.