View source: R/compare_scores_df.R
| compare_scores_df | R Documentation | 
Combine two scores.csv files and calculate difference.
compare_scores_df(a_csv, b_csv, r_csv, g_csv)
a_csv | 
 scores.csv for A  | 
b_csv | 
 scores.csv for B  | 
r_csv | 
 region labels, ie layers/rgn_labels.csv  | 
g_csv | 
 goals, ie conf/goals.csv  | 
Returns a data frame with calculated differences sorted by global (region_id=0), Index, score, goal, dimension, absolute score, is.na(a), is.na(b).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.