Description Usage Arguments Value Examples
Returns available police forces, details on a specific police force, or officers on that force.
1 2 3 4 5  | 
force | 
 The id of the police force, available from the   | 
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.
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.