Learn R Programming

healthcareai (version 2.1.1)

build_process_variables_df: Build a the output dataframe for modifiable process variables from a list of dataframes.

Description

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.

Usage

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.