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