rstudio / gt

Easily generate information-rich, publication-quality tables from R
https://gt.rstudio.com
Other
1.98k stars 200 forks source link

`rows_merge()` #691

Open ndzuris opened 3 years ago

ndzuris commented 3 years ago

Please briefly describe your problem or your ideas for enhancement in the template below.

Have a question? Please don't use this form but instead ask on RStudio community, on Stack Overflow, or on Twitter (using the #rstats hashtag).

When describing a bug, please include a minimal reproducible example (otherwise known as a reprex).

When posting, delete these explanatory lines and submit only the text derived from the template below.


Hello,

Please include a function to merge rows. Like that requested here https://community.rstudio.com/t/merge-cells-in-a-gt-table/46770

Also, please include a function to wrap long column titles/headers.

Without these two functions I can't really use the table I've created - it's not polished looking.

Thank you for this package! I have been waiting a long time for this in R :)

<insert reprex here>
trizniak commented 3 years ago

It would be nice to be able to merge cells in a column based on values in a different column, similar to flextable::merge_v

rich-iannone commented 3 years ago

I totally agree that cell merging would be a great idea. Thanks for the suggestion!

hjia222 commented 2 years ago

Is this been tackled yet? it will be a really helpful function.

bacinf12 commented 5 months ago

Can someone give an update on the status of when this might be included? Thank you kindly!