incident | R Documentation |
Use of force incidents from the NJ OAG Use of Force database.
incident
A dataframe with 23 columns
A unique identifier for the row, present in the source data
An identifier for a use of force report (potentially containing multiple incidents)
A unique internal agency case number assigned to the incident.
The date of the incident. In the source data, this
is column IncidentDate1
, and is the date the OAG dashboard uses as the
incident date.
The county of the agency.
Note that this is not the incident location. This is column
County2
.
The name of the agency, e.g. "Essex Co Sheriffs Office".
The municipality where the incident occurred.
The county where the incident occurred.
An ID identifying the officer. In the source data,
this is column officer_name
.
The most common name associated to the
officer_name_id
. In this table, each
officer_name_id
is associated to a single name, while in the
source data, names will sometimes vary in spelling and capitalization.
For name variants, refer to table officer_name_variants
. To associate
a name variant to a specific incident, refer to the raw data
use_of_force_raw
, column Officer_Name2
.
The officer's age.
The officer's race.
The officer's rank.
The officer's gender.
TRUE
if the officer was injured in the
incident. C.f. tables incident_officer_injury_type
and
incident_officer_medical_treatment
.
TRUE
if there is video footage of the
incident. C.f table incident_video_type
.
TRUE
if the incident was indoors. Not exclusive of
outdoors
.
TRUE
if the incident was indoors. Not exclusive of
indoors
.
Number of subjects involved. This will reliably match
the number of subject in the subject
table with same form_id
.
Number of injured subjects. This field
corresponds to column TotalSubInjuredIncident
in the raw data.
Warning This field is not reliable. There over 700
incidents with subject_injured_count > subject_count
and over
3500 rows with subject_injured_count == 0
that have matching rows
in incident_subject_injury
indicating specific injury types.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.