| totalLeft {ztable} | R Documentation |
Arrange total column to the left
totalLeft(z)
z |
An object of class ztable.mytable or ztable.cbind.mytable |
require(moonBook) require(ztable) require(magrittr) mytable(sex~.,data=acs,show.total=TRUE) %>% ztable %>% totalLeft mytable(sex+Dx~.,data=acs,show.total=TRUE) %>% ztable %>% totalLeft