dcomtois / summarytools

R Package to Quickly and Neatly Summarize Data
522 stars 78 forks source link

Option to omit Totals row in freq() #17

Closed dcomtois closed 6 years ago

dcomtois commented 6 years ago

A user has requested that feature, will be working on it soon.

dcomtois commented 6 years ago

Added argument "totals" to freq() in the dev-current branch. To test it out:

library(devtools)
install_github('dcomtois/summarytools', ref='dev-current')