Returns a named list of synthetic data.frames keyed by OTIS
publication id (a01, b01..b09, c01..c12, d01..d07). Each frame is
built by morie_synth_otis with a per-id seed offset
for reproducibility.
Examples
all_otis <- morie_synth_otis_all(n = 30)
names(all_otis)
#> [1] "a01" "b01" "b02" "b03" "b04" "b05" "b06" "b07" "b08" "b09" "c01" "c02"
#> [13] "c03" "c04" "c05" "c06" "c07" "c08" "c09" "c10" "c11" "c12" "d01" "d02"
#> [25] "d03" "d04" "d05" "d06" "d07"