t() switches a huxtable so rows become columns and columns become rows.
Usage
# S3 method for huxtable
t(x)
Value
The transposed huxtable.
Arguments
x
A huxtable.
Details
Row and column spans of x will be swapped, as will column widths and row heights,
table width and height, and cell borders (bottom becomes right, etc.).
Other properties - in particular, alignment, vertical alignment and rotation - will be
preserved.