Set up parallel processing for subgroup consistency
Source:R/subgroup_consistency_helpers.R
setup_parallel_SGcons.RdSets up parallel processing using the specified approach and number of workers.
Usage
setup_parallel_SGcons(
parallel_args = list(plan = "multisession", workers = 4, show_message = TRUE)
)