shootings | R Documentation |
This data comes from the book Crime by the Numbers: A Criminologist’s Guide to R, which compiles multiple data sets from the FBI Uniform Crime Report. Variables included here contain information on shooting victims of US police between 2015 and 2019.
shootings
A tibble with 4371 observations and 13 variables:
character variable for name of shooting victim
date variable for date of shooting
character variable for state in which shooting took place
character variable for city in which shooting took place
character variable for manner of death
character variable for weapon used by shooting victim
integer variable for age of shooting victim
character variable for gender of shooting victim
character variable for race of shootings victim
character variable indicating whether shooting victim showed signs of mental illness
character level for tyoe of threat posed by shooting victim
character variable indicating whether shooting victim tried to flee
character variable indicating whether police officer involved carried a body camera
David Kane
https://github.com/jacobkap/crimebythenumbers/blob/master/data/shootings.csv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.