In HTML, rotation is always applied to cell content (not the whole table) to
keep borders intact. In LaTeX and Typst, when i and j are both NULL,
the entire table is rotated; otherwise cell content is rotated.
Usage
theme_rotate(
x,
angle = get_option("tinytable_rotate_angle", default = 90),
i = NULL,
j = NULL,
...
)Arguments
- x
A
tinytableobject.- angle
Numeric. Rotation angle in degrees (0-360).
- i
Row indices for cell rotation. When
NULL(andjis alsoNULL), rotates the entire table in LaTeX/Typst or all cells in HTML.- j
Column indices for cell rotation. When
NULL(andiis alsoNULL), rotates the entire table in LaTeX/Typst or all cells in HTML.- ...
Additional arguments (ignored).