ukc_stop_search_force {ukpolice} | R Documentation |
Stop and Searches by Police Force
Description
Returns details of stop and searches carried out by a particular police force. Note that the police force must be specified.
Usage
ukc_stop_search_force(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 by a given police force.
See Also
Examples
## Not run:
ss_dorset <- ukc_stop_search_force(force = "dorset")
## End(Not run)
[Package ukpolice version 0.2.2 Index]