acro_crosstab | R Documentation |
Compute a simple cross tabulation of two (or more) factors.
acro_crosstab(index, columns, values = NULL, aggfunc = NULL)
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 |
Cross tabulation of the data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.