if (FALSE) {
d <- partition(mtcars, .breaks = 2, .keep = TRUE)
res <- dig_baseline_contrasts(d,
condition = where(is.logical),
vars = where(is.numeric),
min_support = 0.3,
max_length = 2)
# launch the interactive explorer
explore(res, data = d)
}
Run the code above in your browser using DataLab