Description Usage Arguments Value Examples
View source: R/crime-no-location.R
Returns details of crimes that cannot be mapped to a particular location. Note that the police force must be specified.
1  | 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.
1 2 3 4  | ## Not run: 
no_location <- ukc_crime_no_location(force = "city-of-london")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.