vincentarelbundock / tinytable

Simple and Customizable Tables in `R`
https://vincentarelbundock.github.io/tinytable
GNU General Public License v3.0
211 stars 18 forks source link

typst: theme_rotate() #251

Closed vincentarelbundock closed 3 months ago

vincentarelbundock commented 6 months ago
---
format: typst
---

```{r}
#| tbl-cap: "Blah blah"
#| label: tbl-blah
library(tinytable) 
data.frame(mtcars[1:2,]) |>
  tt(caption = "crap") |>
  theme_tt(theme = "rotate") 
vincentarelbundock commented 6 months ago

Relevant: https://github.com/vincentarelbundock/tinytable/pull/250#issuecomment-2116504082