-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request adorn_subtotals #432
Comments
Subtotals can be done like this; however, one feature that would make it easier would be if the totals excluded total rows. Note that we had to use filter to exclude the junk rows since it would otherwise total the total rows. Also sometimes one wants the totals at the top rather than the bottom of the group. That would also be a nice feature addition.
|
I'm interested in this as well. It'd be great if we were able to do subtotals and grand totals by group, though the example here is useful. |
It seems in-scope to me for |
Hi, I'm also interested in using sub-totals. I'd like to help with a mock up, but would need to know what exactly this would entail as I've never done one. I find I always use tabyl() combined with kable() and within the kable package it has pack_rows(). I wonder if this is something that could be reproduced for tabyl()? Thanks. |
Feature requests
I've used adorn_totals for months now but I'm wondering if it's possible to have an adorn_subtotals function to get subtotals of groups?
The text was updated successfully, but these errors were encountered: