Skip to contents

Audit both OTIS and ARSAU.

Usage

morie_audit_all_variables(otis_specs = NULL, arsau_specs = NULL)

Arguments

otis_specs, arsau_specs

See per-domain functions.

Value

Named list with $otis and $arsau audit results.

Examples

spec <- function(nm, dt, vv = NULL) list(name = nm, dtype = dt, valid_values = vv)
otis <- list(v1 = list(spec("UniqueIndividual_ID", "string")))
arsau <- list(v1 = list(spec("PoliceService", "string", c("OPP", "TPS"))))
res <- morie_audit_all_variables(otis, arsau)
names(res)
#> [1] "otis"  "arsau"