OTIS c01 – Total individuals (in custody / restrictive confinement / segregation)
Source:R/datasets_ontario_tps.R
morie_datasets_otis_c01_individuals_total.RdOTIS c01 – Total individuals (in custody / restrictive confinement / segregation)
Usage
morie_datasets_otis_c01_individuals_total(
offline = TRUE,
resource_id = NULL,
source = NULL
)Arguments
- offline
If
TRUE(default), read the bundled synthetic fixture. IfFALSE, hit Ontario CKAN (resource_idrequired).- resource_id
Optional CKAN resource id (required for live).
- source
One of
NULL(default, ships an empty 0-row frame with the documented schema when no real CKAN row is bundled),"real"(force the real CKAN sample bundled ininst/extdata/, error if absent), or"synth"(return a deterministicset.seed()synthetic for didactic examples).