huxtable (version 1.2.0)

t.huxtable: Transpose a huxtable

Description

Transpose a huxtable

Usage

# S3 method for huxtable
t(x)

Arguments

x

A huxtable.

Value

The transposed object.

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.

Examples

Run this code
# NOT RUN {
ht <- huxtable(a = 1:3, b = 1:3)
bottom_border(ht)[3,] <- 1
t(ht)

# }

Run the code above in your browser using DataLab