Closed vincentarelbundock closed 3 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")
Relevant: https://github.com/vincentarelbundock/tinytable/pull/250#issuecomment-2116504082