Takes a list of dataframes built using
build_process_variable_df_list
and returns a single dataframe listing
the best modifiable process variables to modify.
build_process_variables_df(list_of_dataframes, repeated_factors = FALSE,
number_of_factors = 3)
A list of dataframes built using
build_process_variable_df_list
.
A boolean determining whether or not a single modifiable factor can be listed several times.
The number of modifiable process variables to include in each row.
A dataframe.