ukc_crime_no_location {ukpolice} | R Documentation |
Returns details of crimes that cannot be mapped to a particular location. Note that the police force must be specified.
ukc_crime_no_location(force, crime_category = NULL, date = NULL)
force |
A string containing the name of the police force to return data for. Must be specified, and is not case sensitive. |
crime_category |
The category of crime to return. Defaults to
returning all crimes. See |
date |
The year and month in "YYYY-MM" form. If |
A tibble
with details of crimes without a specific location.
## Not run:
no_location <- ukc_crime_no_location(force = "city-of-london")
## End(Not run)