Skip to contents

Load ARSAU individual_records CSV.

Usage

morie_arsau_load_individual_records(year, language = "en", data_dir = NULL)

Arguments

year

2023 or 2024.

language

"en" or "fr".

data_dir

Optional explicit ARSAU root.

Value

An object of class "morie_arsau_result".

Examples

# \donttest{
res <- try(morie_arsau_load_individual_records("2024"))
if (!inherits(res, "try-error")) head(res$data)
#>               BatchFileName Indiv_Index        Race DifficultyPerceiving
#> 1 SYNTHETIC-FIXTURE-IND-001           1       White                   No
#> 2 SYNTHETIC-FIXTURE-IND-002           2       Black                  Yes
#> 3 SYNTHETIC-FIXTURE-IND-003           3  Indigenous                   No
#> 4 SYNTHETIC-FIXTURE-IND-004           4 South Asian                   No
#> 5 SYNTHETIC-FIXTURE-IND-005           5  East Asian                   No
#>   AgeCategory Gender DistanceBetweenOfficerAndIndiv
#> 1       Adult   Male                             NA
#> 2       Adult Female                             NA
#> 3       Youth   Male                             NA
#> 4       Adult   Male                             NA
#> 5       Adult Female                             NA
#>   ReasonUseOfForce_EffectArrest ReasonUseOfForce_PreventOffence
#> 1                            NA                              NA
#> 2                            NA                              NA
#> 3                            NA                              NA
#> 4                            NA                              NA
#> 5                            NA                              NA
#>   ReasonUseOfForce_PreventEscape ReasonUseOfForce_ProtectOtherOfficers
#> 1                             NA                                    NA
#> 2                             NA                                    NA
#> 3                             NA                                    NA
#> 4                             NA                                    NA
#> 5                             NA                                    NA
#>   ReasonUseOfForce_ProtectPublic ReasonUseOfForce_ProtectSelf
#> 1                             NA                           NA
#> 2                             NA                           NA
#> 3                             NA                           NA
#> 4                             NA                           NA
#> 5                             NA                           NA
#>   ReasonUseOfForce_ProtectIndiv ReasonUseOfForce_Unintentional
#> 1                            NA                             NA
#> 2                            NA                             NA
#> 3                            NA                             NA
#> 4                            NA                             NA
#> 5                            NA                             NA
#>   ReasonUseOfForce_Other FactorsInfluenceResponse_NatureIncident
#> 1                     NA                                      NA
#> 2                     NA                                      NA
#> 3                     NA                                      NA
#> 4                     NA                                      NA
#> 5                     NA                                      NA
#>   FactorsInfluenceResponse_PastHistory
#> 1                                   NA
#> 2                                   NA
#> 3                                   NA
#> 4                                   NA
#> 5                                   NA
#>   FactorsInfluenceResponse_PhysicalSizeStrength
#> 1                                            NA
#> 2                                            NA
#> 3                                            NA
#> 4                                            NA
#> 5                                            NA
#>   FactorsInfluenceResponse_OtherFactors IndivActions_ResistantPassive
#> 1                                    NA                            NA
#> 2                                    NA                            NA
#> 3                                    NA                            NA
#> 4                                    NA                            NA
#> 5                                    NA                            NA
#>   IndivActions_ResistantActive IndivActions_Assaultive
#> 1                           NA                      NA
#> 2                           NA                      NA
#> 3                           NA                      NA
#> 4                           NA                      NA
#> 5                           NA                      NA
#>   IndivActions_SeriousBodilyHarmDeath PerceiveAccessWeapon
#> 1                                  NA                   NA
#> 2                                  NA                   NA
#> 3                                  NA                   NA
#> 4                                  NA                   NA
#> 5                                  NA                   NA
#>   OfficerResponses_DirectionsToComply OfficerResponses_Comply
#> 1                                  NA                      NA
#> 2                                  NA                      NA
#> 3                                  NA                      NA
#> 4                                  NA                      NA
#> 5                                  NA                      NA
#>   OfficerResponses_AttemptDeescalation
#> 1                                   NA
#> 2                                   NA
#> 3                                   NA
#> 4                                   NA
#> 5                                   NA
#>   OfficerResponses_DeescalationTechniques_Communication
#> 1                                                    NA
#> 2                                                    NA
#> 3                                                    NA
#> 4                                                    NA
#> 5                                                    NA
#>   OfficerResponses_DeescalationTechniques_Containment
#> 1                                                  NA
#> 2                                                  NA
#> 3                                                  NA
#> 4                                                  NA
#> 5                                                  NA
#>   OfficerResponses_DeescalationTechniques_Cover
#> 1                                            NA
#> 2                                            NA
#> 3                                            NA
#> 4                                            NA
#> 5                                            NA
#>   OfficerResponses_DeescalationTechniques_Distance
#> 1                                               NA
#> 2                                               NA
#> 3                                               NA
#> 4                                               NA
#> 5                                               NA
#>   OfficerResponses_DeescalationTechniques_Repositioning
#> 1                                                    NA
#> 2                                                    NA
#> 3                                                    NA
#> 4                                                    NA
#> 5                                                    NA
#>   OfficerResponses_DeescalationTechniques_Teamwork
#> 1                                               NA
#> 2                                               NA
#> 3                                               NA
#> 4                                               NA
#> 5                                               NA
#>   OfficerResponses_DeescalationTechniques_Time
#> 1                                           NA
#> 2                                           NA
#> 3                                           NA
#> 4                                           NA
#> 5                                           NA
#>   OfficerResponses_DeescalationTechniques_Other OfficerResponses_AssistCtrlBhvr
#> 1                                            NA                              NA
#> 2                                            NA                              NA
#> 3                                            NA                              NA
#> 4                                            NA                              NA
#> 5                                            NA                              NA
#>   OfficerResponses_Reason_ImminentThreat
#> 1                                     NA
#> 2                                     NA
#> 3                                     NA
#> 4                                     NA
#> 5                                     NA
#>   OfficerResponses_Reason_ActionRequiredImmediately
#> 1                                                NA
#> 2                                                NA
#> 3                                                NA
#> 4                                                NA
#> 5                                                NA
#>   OfficerResponses_Reason_DeescalationUsedOtherOfficers
#> 1                                                    NA
#> 2                                                    NA
#> 3                                                    NA
#> 4                                                    NA
#> 5                                                    NA
#>   OfficerResponses_Reason_Other TypeForceUsed_PhysicalControl_Check
#> 1                            NA                                  NA
#> 2                            NA                                  NA
#> 3                            NA                                  NA
#> 4                            NA                                  NA
#> 5                            NA                                  NA
#>   TypeForceUsed_PhysicalControl_EscortTechniques
#> 1                                             NA
#> 2                                             NA
#> 3                                             NA
#> 4                                             NA
#> 5                                             NA
#>   TypeForceUsed_PhysicalControl_Grounding
#> 1                                      NA
#> 2                                      NA
#> 3                                      NA
#> 4                                      NA
#> 5                                      NA
#>   TypeForceUsed_PhysicalControl_JointLocks
#> 1                                       NA
#> 2                                       NA
#> 3                                       NA
#> 4                                       NA
#> 5                                       NA
#>   TypeForceUsed_PhysicalControl_Pinning
#> 1                                    NA
#> 2                                    NA
#> 3                                    NA
#> 4                                    NA
#> 5                                    NA
#>   TypeForceUsed_PhysicalControl_PressurePoints
#> 1                                           NA
#> 2                                           NA
#> 3                                           NA
#> 4                                           NA
#> 5                                           NA
#>   TypeForceUsed_PhysicalControl_Strikes TypeForceUsed_PhysicalControl_Other
#> 1                                    NA                                  NA
#> 2                                    NA                                  NA
#> 3                                    NA                                  NA
#> 4                                    NA                                  NA
#> 5                                    NA                                  NA
#>   TypeForceUsed_PhysicalControl_AssistCtrlBhvr TypeForceUsed_IntermWeapon_Check
#> 1                                           NA                               NA
#> 2                                           NA                               NA
#> 3                                           NA                               NA
#> 4                                           NA                               NA
#> 5                                           NA                               NA
#>   TypeForceUsed_IntermWeapon_OC_Check
#> 1                                  NA
#> 2                                  NA
#> 3                                  NA
#> 4                                  NA
#> 5                                  NA
#>   TypeForceUsed_IntermWeapon_OC_AssistCtrlBhvr
#> 1                                           NA
#> 2                                           NA
#> 3                                           NA
#> 4                                           NA
#> 5                                           NA
#>   TypeForceUsed_IntermWeapon_Baton_Check TypeForceUsed_IntermWeapon_Baton_Hard
#> 1                                     NA                                    NA
#> 2                                     NA                                    NA
#> 3                                     NA                                    NA
#> 4                                     NA                                    NA
#> 5                                     NA                                    NA
#>   TypeForceUsed_IntermWeapon_Baton_Soft
#> 1                                    NA
#> 2                                    NA
#> 3                                    NA
#> 4                                    NA
#> 5                                    NA
#>   TypeForceUsed_IntermWeapon_Baton_AssistCtrlBhvr
#> 1                                              NA
#> 2                                              NA
#> 3                                              NA
#> 4                                              NA
#> 5                                              NA
#>   TypeForceUsed_IntermWeapon_CEW_Check
#> 1                                   NA
#> 2                                   NA
#> 3                                   NA
#> 4                                   NA
#> 5                                   NA
#>   TypeForceUsed_IntermWeapon_CEW_AssistCtrlBhvr
#> 1                                            NA
#> 2                                            NA
#> 3                                            NA
#> 4                                            NA
#> 5                                            NA
#>   TypeForceUsed_IntermWeapon_CEW_WhyNot_CartridgeMalfunction
#> 1                                                         NA
#> 2                                                         NA
#> 3                                                         NA
#> 4                                                         NA
#> 5                                                         NA
#>   TypeForceUsed_IntermWeapon_CEW_WhyNot_Disconnect
#> 1                                               NA
#> 2                                               NA
#> 3                                               NA
#> 4                                               NA
#> 5                                               NA
#>   TypeForceUsed_IntermWeapon_CEW_WhyNot_InsufficientProbeSpread
#> 1                                                            NA
#> 2                                                            NA
#> 3                                                            NA
#> 4                                                            NA
#> 5                                                            NA
#>   TypeForceUsed_IntermWeapon_CEW_WhyNot_OperatorError
#> 1                                                  NA
#> 2                                                  NA
#> 3                                                  NA
#> 4                                                  NA
#> 5                                                  NA
#>   TypeForceUsed_IntermWeapon_CEW_WhyNot_ProbeMiss
#> 1                                              NA
#> 2                                              NA
#> 3                                              NA
#> 4                                              NA
#> 5                                              NA
#>   TypeForceUsed_IntermWeapon_CEW_WhyNot_WeaponMalfunction
#> 1                                                      NA
#> 2                                                      NA
#> 3                                                      NA
#> 4                                                      NA
#> 5                                                      NA
#>   TypeForceUsed_IntermWeapon_CEW_WhyNot_Other
#> 1                                          NA
#> 2                                          NA
#> 3                                          NA
#> 4                                          NA
#> 5                                          NA
#>   TypeForceUsed_IntermWeapon_CEW_Drawn TypeForceUsed_IntermWeapon_CEW_Pointed
#> 1                                   NA                                     NA
#> 2                                   NA                                     NA
#> 3                                   NA                                     NA
#> 4                                   NA                                     NA
#> 5                                   NA                                     NA
#>   TypeForceUsed_IntermWeapon_CEW_Discharged
#> 1                                        NA
#> 2                                        NA
#> 3                                        NA
#> 4                                        NA
#> 5                                        NA
#>   TypeForceUsed_IntermWeapon_CEW_DeloymentMode_Cartridge
#> 1                                                     NA
#> 2                                                     NA
#> 3                                                     NA
#> 4                                                     NA
#> 5                                                     NA
#>   TypeForceUsed_IntermWeapon_CEW_DeloymentMode_DrivePushStun
#> 1                                                         NA
#> 2                                                         NA
#> 3                                                         NA
#> 4                                                         NA
#> 5                                                         NA
#>   TypeForceUsed_IntermWeapon_CEW_DeloymentMode_ThreePointContact
#> 1                                                             NA
#> 2                                                             NA
#> 3                                                             NA
#> 4                                                             NA
#> 5                                                             NA
#>   TypeForceUsed_IntermWeapon_CEW_DrivePushStunCycles
#> 1                                                 NA
#> 2                                                 NA
#> 3                                                 NA
#> 4                                                 NA
#> 5                                                 NA
#>   TypeForceUsed_IntermWeapon_CEW_ThreePointContactCycles
#> 1                                                     NA
#> 2                                                     NA
#> 3                                                     NA
#> 4                                                     NA
#> 5                                                     NA
#>   TypeForceUsed_LLFirearm_Check TypeForceUsed_LLFirearm_Shotgun_Check
#> 1                            NA                                    NA
#> 2                            NA                                    NA
#> 3                            NA                                    NA
#> 4                            NA                                    NA
#> 5                            NA                                    NA
#>   TypeForceUsed_LLFirearm_Shotgun_Pointed
#> 1                                      NA
#> 2                                      NA
#> 3                                      NA
#> 4                                      NA
#> 5                                      NA
#>   TypeForceUsed_LLFirearm_Shotgun_Discharged
#> 1                                         NA
#> 2                                         NA
#> 3                                         NA
#> 4                                         NA
#> 5                                         NA
#>   TypeForceUsed_LLFirearm_Shotgun_AssistCtrlBhvr
#> 1                                             NA
#> 2                                             NA
#> 3                                             NA
#> 4                                             NA
#> 5                                             NA
#>   TypeForceUsed_LLFirearm_ExtRangeImpactWeapon_Check
#> 1                                                 NA
#> 2                                                 NA
#> 3                                                 NA
#> 4                                                 NA
#> 5                                                 NA
#>   TypeForceUsed_LLFirearm_ExtRangeImpactWeapon_Pointed
#> 1                                                   NA
#> 2                                                   NA
#> 3                                                   NA
#> 4                                                   NA
#> 5                                                   NA
#>   TypeForceUsed_LLFirearm_ExtRangeImpactWeapon_Discharged
#> 1                                                      NA
#> 2                                                      NA
#> 3                                                      NA
#> 4                                                      NA
#> 5                                                      NA
#>   TypeForceUsed_LLFirearm_ExtRangeImpactWeapon_AssistCtrlBhvr
#> 1                                                          NA
#> 2                                                          NA
#> 3                                                          NA
#> 4                                                          NA
#> 5                                                          NA
#>   TypeForceUsed_Other_Check TypeForceUsed_Other_AssistCtrlBhvr
#> 1                        NA                                 NA
#> 2                        NA                                 NA
#> 3                        NA                                 NA
#> 4                        NA                                 NA
#> 5                        NA                                 NA
#>   TypeForceUsed_Firearm_Check TypeForceUsed_Firearm_Handgun_Check
#> 1                          NA                                  NA
#> 2                          NA                                  NA
#> 3                          NA                                  NA
#> 4                          NA                                  NA
#> 5                          NA                                  NA
#>   TypeForceUsed_Firearm_Handgun_Drawn TypeForceUsed_Firearm_Handgun_Pointed
#> 1                                  NA                                    NA
#> 2                                  NA                                    NA
#> 3                                  NA                                    NA
#> 4                                  NA                                    NA
#> 5                                  NA                                    NA
#>   TypeForceUsed_Firearm_Handgun_Discharged
#> 1                                       NA
#> 2                                       NA
#> 3                                       NA
#> 4                                       NA
#> 5                                       NA
#>   TypeForceUsed_Firearm_Handgun_AssistCtrlBhvr
#> 1                                           NA
#> 2                                           NA
#> 3                                           NA
#> 4                                           NA
#> 5                                           NA
#>   TypeForceUsed_Firearm_Rifle_Check TypeForceUsed_Firearm_Rifle_Pointed
#> 1                                NA                                  NA
#> 2                                NA                                  NA
#> 3                                NA                                  NA
#> 4                                NA                                  NA
#> 5                                NA                                  NA
#>   TypeForceUsed_Firearm_Rifle_Discharged
#> 1                                     NA
#> 2                                     NA
#> 3                                     NA
#> 4                                     NA
#> 5                                     NA
#>   TypeForceUsed_Firearm_Rifle_AssistCtrlBhvr
#> 1                                         NA
#> 2                                         NA
#> 3                                         NA
#> 4                                         NA
#> 5                                         NA
#>   TypeForceUsed_Firearm_ShotgunLethal_Check
#> 1                                        NA
#> 2                                        NA
#> 3                                        NA
#> 4                                        NA
#> 5                                        NA
#>   TypeForceUsed_Firearm_ShotgunLethal_Pointed
#> 1                                          NA
#> 2                                          NA
#> 3                                          NA
#> 4                                          NA
#> 5                                          NA
#>   TypeForceUsed_Firearm_ShotgunLethal_Discharged
#> 1                                             NA
#> 2                                             NA
#> 3                                             NA
#> 4                                             NA
#> 5                                             NA
#>   TypeForceUsed_Firearm_ShotgunLethal_AssistCtrlBhvr
#> 1                                                 NA
#> 2                                                 NA
#> 3                                                 NA
#> 4                                                 NA
#> 5                                                 NA
#>   TypeForceUsed_Firearm_IssuePoliceChallenge TypeForceUsed_Firearm_Comply
#> 1                                         NA                           NA
#> 2                                         NA                           NA
#> 3                                         NA                           NA
#> 4                                         NA                           NA
#> 5                                         NA                           NA
#>   TypeForceUsed_Firearm_NoChallengeWhyNot_NotViable
#> 1                                                NA
#> 2                                                NA
#> 3                                                NA
#> 4                                                NA
#> 5                                                NA
#>   TypeForceUsed_Firearm_NoChallengeWhyNot_IssuedByAnOtherOfficer
#> 1                                                             NA
#> 2                                                             NA
#> 3                                                             NA
#> 4                                                             NA
#> 5                                                             NA
#>   TypeForceUsed_Firearm_NoChallengeWhyNot_Other IndivInjuries_PhysicalInjuries
#> 1                                            NA                             NA
#> 2                                            NA                             NA
#> 3                                            NA                             NA
#> 4                                            NA                             NA
#> 5                                            NA                             NA
#>   IndivInjuries_Treatment_No IndivInjuries_Treatment_FirstAid
#> 1                         NA                               NA
#> 2                         NA                               NA
#> 3                         NA                               NA
#> 4                         NA                               NA
#> 5                         NA                               NA
#>   IndivInjuries_Treatment_MedicalPersonnelScene
#> 1                                            NA
#> 2                                            NA
#> 3                                            NA
#> 4                                            NA
#> 5                                            NA
#>   IndivInjuries_Treatment_AdmissionMedicalFacility
#> 1                                               NA
#> 2                                               NA
#> 3                                               NA
#> 4                                               NA
#> 5                                               NA
#>   IndivInjuries_Treatment_MedicalFacility IndivInjuries_Treatment_Unknown
#> 1                                      NA                              NA
#> 2                                      NA                              NA
#> 3                                      NA                              NA
#> 4                                      NA                              NA
#> 5                                      NA                              NA
#>   IndivInjuries_Treatment_Other
#> 1                            NA
#> 2                            NA
#> 3                            NA
#> 4                            NA
#> 5                            NA
# }