ukc_forces: England and Wales Police Forces

Description Usage Arguments Value Examples

View source: R/forces.R

Description

Returns available police forces, details on a specific police force, or officers on that force.

Usage

1
2
3
4
5

Arguments

force

The id of the police force, available from the id column returned by ukc_forces. Not case sensitive.

Value

ukc_forces returns a tibble with all police forces in England and Wales, ukc_force_details returns details on a given police force and ukc_officers returns details on senior officers for a given police force.

Examples

1
2
3
4
5
6
7
8
## Not run: 
forces <- ukc_forces()

cops <- ukc_officers("cumbria")

details <- ukc_force_details("thames-valley")

## End(Not run)

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