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

support for figures in tables in typst #155

Closed aghaynes closed 9 months ago

aghaynes commented 9 months ago

fixes #151

aghaynes commented 9 months ago

the repeating header stuff doesnt seem to work... i'll remove it so that the PR is only for the figure issue

vincentarelbundock commented 9 months ago

Oh wow, you weren't kidding when you said adding this was simple ;)

Yeah, I think we also want to think about what the best user interface would be for repeated headers. I don't want to add too many arguments to the function. I'm not sure yet, but "multipage" might make sense as a value in the theme argument.

aghaynes commented 9 months ago

yes, it could be that there is some conflict with a theme - the table didnt break and looked like it had overwritten the last line with the remaining data... image

in any case... let me know if you want me to make any other changes :)

vincentarelbundock commented 9 months ago

It works! Thanks a ton!

works!

vincentarelbundock commented 9 months ago

Merged to main. I added a thanks with your github username to NEWS and bumped the version number.