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.