Inmate-participant race
Arguments
- offline
Logical;
TRUE(default) reads the included real CKAN sample atinst/extdata/corrections_uof_incidents_sample.csv.FALSEhits the live CKAN endpoint.- resource_id
Optional CKAN resource id override.
- source
One of
"auto","live","included","synthetic","empty"; takes precedence overofflinewhen supplied.
Value
A data.frame of the requested dataset (a 0-row typed frame when the data is unavailable offline).
Examples
df <- morie_datasets_corrections_uof_race()
head(df)
#> year inmate_ID force_used
#> 1 2023 RACE-71599190 Yes
#> 2 2023 RACE-81024042 Unknown
#> 3 2023 RACE-53433909 Unknown
#> 4 2023 RACE-23557419 Yes
#> 5 2023 RACE-86871679 Yes
#> 6 2023 RACE-93466142 Yes
