alternative Results As Data Frame
Returns a data from with the first column being the alternatives by name, a column of raw score values for each metric for each alternative, and a column of values for each metric for each alternative, and a final column representing the overall value for the alternative. The parameter firstColumnName can be used to name the first column of the returned data frame. By default, the first column name is "Alternatives".
This function essentially combines alternativeScoresAsDataFrame() and alternativeValuesAsDataFrame() into one data frame. The score column names have _Score appended and the value column names have _Value appended.