totalLeft: Arrange total column to the left

View source: R/ztable.mytable.R

totalLeftR 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)

cardiomoon/ztable documentation built on July 27, 2023, 10:25 a.m.