Skip to contents

Year 2023 weapon_records is marked INVALID by the Ontario ministry's technical report and has no published CKAN resource; passing year = "2023" with offline = FALSE raises.

Usage

morie_datasets_arsau_uof_weapon_records(
  year = "2024",
  offline = TRUE,
  resource_id = NULL
)

Arguments

year

Reporting year ("2023" or "2024").

offline

If TRUE (default), read the included fixture. If FALSE, hit the live CKAN endpoint via httr2.

resource_id

Optional CKAN resource id override.

Value

A data.frame.

Examples

df <- morie_datasets_arsau_uof_weapon_records(offline = TRUE)
head(df)
#>               BatchFileName Indiv_Index  Weapon  Location Indiv_Weapon_Index
#> 1 SYNTHETIC-FIXTURE-WPN-001           1   Knife      Hand                  1
#> 2 SYNTHETIC-FIXTURE-WPN-002           2 Firearm Waistband                  2
#> 3 SYNTHETIC-FIXTURE-WPN-003           3     Bat      Hand                  3
#> 4 SYNTHETIC-FIXTURE-WPN-004           4 Vehicle    Driver                  4
#> 5 SYNTHETIC-FIXTURE-WPN-005           5    None                            5