tinytable icon indicating copy to clipboard operation
tinytable copied to clipboard

typst: theme_rotate()

Open vincentarelbundock opened this issue 2 months ago • 1 comments

---
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 avatar May 17 '24 02:05 vincentarelbundock