Skip to contents

Take a quick look at results in the RStudio console

Usage

table_tall_from_overall(results_overall, longnames = NULL)

Arguments

results_overall

data.table of 1 row, from output of ejamit() or doaggregate()

longnames

vector of names of variables in results_overall, from output of ejamit() or doaggregate()

Value

data.frame with one indicator per row

Examples

 table_tall_from_overall(testoutput_ejamit_10pts_1miles$results_overall)
 table_tall_from_overall(x$results_bysite[1, ])