You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Could row grouping of a table be improved, so that we don't have to manually set groups of different lengths using
pack_rows
?For example, based off a recent table I had to do this:
I know that
{gt}
usesdplyr::group_by()
passed into the table to automatically create row groups. Could the same be implemented here at all?Beta Was this translation helpful? Give feedback.
All reactions