totalLeft {ztable} | R Documentation |
Arrange total column to the left
Description
Arrange total column to the left
Usage
totalLeft(z)
Arguments
z |
An object of class ztable.mytable or ztable.cbind.mytable |
Examples
require(moonBook)
require(ztable)
require(magrittr)
mytable(sex~.,data=acs,show.total=TRUE) %>% ztable() %>% totalLeft()
## Not run:
mytable(sex+Dx~.,data=acs,show.total=TRUE) %>% ztable %>% totalLeft
## End(Not run)
[Package ztable version 0.2.3 Index]