ukc_stop_search_no_location {ukpolice} | R Documentation |
Stop and Searches without location
Description
Returns details of stop and searches that cannot be mapped to a particular
location. Note that the police force must be specified. For all stop and
searches carried out by a police force, use ukc_stop_search_force()
.
Usage
ukc_stop_search_no_location(force, 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.
See |
date |
The year and month in "YYYY-MM" form. Also accepts dates in
formats that can be coerced to |
Value
A tibble
with details of stop and searches without a specific
location.
See Also
Examples
## Not run:
ss_no_location <- ukc_stop_search_no_location(force = "city-of-london")
## End(Not run)