We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would sometimes be nice if it was possible to sort the table with respect to one of the summaries, e.g. the sum, such that
summarytable(DataFrame(value = [1, 2, 3], A = ['a', 'b', 'c']), :value, cols = :A, summary = [sum])
would end up reversing the order. It could be useful as a way to identify the more important groups.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would sometimes be nice if it was possible to sort the table with respect to one of the summaries, e.g. the sum, such that
would end up reversing the order. It could be useful as a way to identify the more important groups.
The text was updated successfully, but these errors were encountered: