theme_rotate: Rotate table theme (LaTeX and Typst only)

View source: R/theme_rotate.R

theme_rotateR Documentation

Rotate table theme (LaTeX and Typst only)

Description

Rotate table theme (LaTeX and Typst only)

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 Nov. 5, 2025, 5:42 p.m.