ukc_stop_search_force: Stop and Searches by Police Force

Description Usage Arguments Value See Also Examples

View source: R/stop-search-force.R

Description

Returns details of stop and searches carried out by a particular police force. Note that the police force must be specified.

Usage

1

Arguments

force

A string containing the name of the police force to return data for. Must be specified, and is not case sensitive. See ukc_forces() for details.

date

The year and month in "YYYY-MM" form. Also accepts dates in formats that can be coerced to Date class with as.Date(). If NULL, the latest available month will be returned. Note that not all forces will necessarily have reported stop and search data for the latest month; check availability with the ukc_available() function.

Value

A tibble with details of stop and searches by a given police force.

See Also

ukc_stop_search_location()

ukc_stop_search_no_location()

Examples

1
2
3
4
## Not run: 
ss_dorset <- ukc_stop_search_force(force = "dorset")

## End(Not run)

evanodell/ukpolice documentation built on Nov. 24, 2020, 8:06 a.m.