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
I was wondering if you would consider extending the functionality to be able to add totals as extra rows/columns to the table? Something similar to what xtab does or addmargins (not necessarily with the same flexibility)
Yes, this was the reason why I haven't implemented this feature yet, because I haven't found a proper and easy solution that preserves the labels. But I'll see how to address this issue.
I really like the functionality of
flat_table
.I was wondering if you would consider extending the functionality to be able to add totals as extra rows/columns to the table? Something similar to what
xtab
does or addmargins (not necessarily with the same flexibility)I can sort of do it already:
although this loses the value labels.
Then if I add a
group_by
it doesn't work at all:presumably because it's now multiple tables.
If it wouldn't be very difficult, I think it would be a really nice addition to
flat_table
.The text was updated successfully, but these errors were encountered: