theme_rotate: Rotate table theme (LaTeX, Typst, and HTML)

View source: R/theme_rotate.R

theme_rotateR Documentation

Rotate table theme (LaTeX, Typst, and HTML)

Description

Rotate table theme (LaTeX, Typst, and HTML)

Usage

theme_rotate(
  x,
  angle = get_option("tinytable_rotate_angle", default = 90),
  ...
)

Arguments

x

A tinytable object.

angle

Numeric. Rotation angle in degrees (0-360).

...

Additional arguments (ignored).

Value

A modified tinytable object.


tinytable documentation built on Feb. 11, 2026, 9:10 a.m.