ukc_neighbourhood_boundary {ukpolice} | R Documentation |
Specific Neighbourhood Boundary
Description
Data on a specific neighbourhood boundary, using lat/lng pairs.
Usage
ukc_neighbourhood_boundary(force, neighbourhood_id)
Arguments
force |
A string containing the name of the police force to return neighbourhoods for. Must be specified, and is not case sensitive. |
neighbourhood_id |
A string containing the ID of a given neighbourhood,
returned from |
Value
A tibble
with the lat/lng boundaries for a specific neighbourhood.
See Also
Examples
## Not run:
borders <- ukc_neighbourhood_boundary("dorset", "55.CR3001")
## End(Not run)
[Package ukpolice version 0.2.2 Index]