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)

Arguments

list_of_dataframes

A list of dataframes built using build_process_variable_df_list.

repeated_factors

A boolean determining whether or not a single modifiable factor can be listed several times.

number_of_factors

The number of modifiable process variables to include in each row.

Value

A dataframe.