| theme_rotate {tinytable} | R 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 |
angle |
Numeric. Rotation angle in degrees (0-360). |
... |
Additional arguments (ignored). |
Value
A modified tinytable object.
[Package tinytable version 0.16.0 Index]