Compute a simple cross tabulation of two (or more) factors.
acro_crosstab(index, columns, values = NULL, aggfunc = NULL)Cross tabulation of the data
Values to group by in the rows.
Values to group by in the columns.
Array of values to aggregate according to the factors. Requires aggfunc be specified.
If specified, requires values be specified as well.