acro_crosstab {acro} | R Documentation |
Compute a simple cross tabulation of two (or more) factors.
Description
Compute a simple cross tabulation of two (or more) factors.
Usage
acro_crosstab(index, columns, values = NULL, aggfunc = NULL)
Arguments
index |
Values to group by in the rows. |
columns |
Values to group by in the columns. |
values |
Array of values to aggregate according to the factors. Requires |
aggfunc |
If specified, requires |
Value
Cross tabulation of the data
[Package acro version 0.1.1 Index]