Description Usage Arguments Value See Also Examples
View source: R/neighbourhood-boundary.R
Data on a specific neighbourhood boundary, using lat/lng pairs.
1  | ukc_neighbourhood_boundary(force, neighbourhood_id)
 | 
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   | 
A tibble with the lat/lng boundaries for a specific neighbourhood.
1 2 3 4  | ## Not run: 
borders <- ukc_neighbourhood_boundary("dorset", "55.CR3001")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.