Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
When called on a grouped data.frame, this produces an error, because of the helper function check_all_cols_after_first_are_numeric() and its
select(-1). You can't select out a grouping variable.Note that I have a branch that needs tests, where add_totals_row works with non-numeric columns and thus eliminates the need for
check_all_cols_after_first...- maybe that'll solve this too.