tinytable icon indicating copy to clipboard operation
tinytable copied to clipboard

Simple and Customizable Tables in `R`

Results 6 tinytable issues
Sort by recently updated
recently updated
newest added

> Also, how about support for rotating tables? ![image](https://github.com/vincentarelbundock/tinytable/assets/6594028/cf21d051-276f-46a1-96bc-cc14c04fc5f9) > typst doesnt handle tables that are too wide (when rotated) for the page then though :( but maybe there's something...

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

It's quite easy to add rowspan and colspan tags to a cell. The problem is removing the cells next to them. Everything gets displaced and the structure broken unless we...

help wanted
typst

I am not sure if any of these features are worth implementing. If you care about one of those features very strongly, please open a separate issue on the Github...