Street level crime
ukc_street_crime(lat, lng, date = NULL, crime_category = NULL)
lat | Latitude. Accepts a single value or a vector of values to create a custom polygon. |
---|---|
lng | Longitude. Accepts a single value or a vector of values to create a custom polygon. |
date | The year and month in "YYYY-MM" form. If |
crime_category | The category of crime to return. Defaults to
returning all crimes. See |
A tibble
with details of street crimes.
lat
and lng
must be the same length.