Internal helper function that iterates through all crowd identifiers and generates the appropriate output for each crowd.
process_all_crowds(
args,
omitted_cols_list,
kept_indep_cats_list,
data,
mesos_var,
mesos_group,
...
)Named list of crowd outputs:
Each element corresponds to one crowd identifier
Content depends on the specific makeme type requested
May contain plots, tables, or other analysis objects
Validated list of makeme function arguments
Named list of omitted variables for each crowd
Named list of kept independent categories for each crowd
Data frame being analyzed
Mesos-level grouping variable
Specific mesos group identifier
Additional arguments passed to process_crowd_data