totalLeft: Arrange total column to the left

Description Usage Arguments Examples

View source: R/ztable.mytable.R

Description

Arrange total column to the left

Usage

1

Arguments

z

An object of class ztable.mytable or ztable.cbind.mytable

Examples

1
2
3
4
5
6
7
8
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)

ztable documentation built on Sept. 28, 2021, 9:07 a.m.