ukc_crime_no_location {ukpolice} | R Documentation |
Crimes without location
Description
Returns details of crimes that cannot be mapped to a particular location. Note that the police force must be specified.
Usage
ukc_crime_no_location(force, crime_category = NULL, date = NULL)
Arguments
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 |
Value
A tibble
with details of crimes without a specific location.
Examples
## Not run:
no_location <- ukc_crime_no_location(force = "city-of-london")
## End(Not run)
[Package ukpolice version 0.2.2 Index]