Convert a table from TAF format to transposed crosstab format.
Usage
tt(x, column = FALSE)
Arguments
x
a data frame in TAF format.
column
a logical indicating whether the group names should be stored
in a column called Age instead of in row names. Alternatively,
column can be a string supplying another name for that first
column.