acro_table: Compute a simple cross tabulation of two (or more) factors.

View source: R/acro_tables.R

acro_tableR Documentation

Compute a simple cross tabulation of two (or more) factors.

Description

Compute a simple cross tabulation of two (or more) factors.

Usage

acro_table(index, columns, dnn = NULL, deparse.level = 0, ...)

Arguments

index

Values to group by in the rows.

columns

Values to group by in the columns.

dnn

The names to be given to the dimensions in the result

deparse.level

Controls how the default dnn is constructed.

...

Any other parameters.

Value

Cross tabulation of the data


acro documentation built on April 4, 2025, 3:51 a.m.