Skip to content

Commit

Permalink
minor tweaks for add_totals function
Browse files Browse the repository at this point in the history
  • Loading branch information
sfirke committed Mar 19, 2017
1 parent c8893e4 commit 55f93c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ NEWS

## Breaking changes
* The first argument of `adorn_crosstab()` is now "dat" instead of "crosstab" (since the function can be called on any data.frame, not just a result of `crosstab()`)
* The functions `add_totals_row` and `add_totals_col` were combined into a single function, `add_totals()`. [(#57)](https://github.com/sfirke/janitor/issues/57)

## Features

Expand Down
2 changes: 1 addition & 1 deletion man/add_totals.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55f93c9

Please sign in to comment.