ztable2flextable {ztable}R Documentation

Convert an object of ztable into an object of flextable

Description

Convert an object of ztable into an object of flextable

Usage

ztable2flextable(z)

Arguments

z

An object of class ztable

Value

An object of class flextable

Examples

require(magrittr)
z=ztable(head(mtcars)) %>%
   addRowColor(rows=1:7,palette2colors("Paired"))
z=ztable(head(mtcars))
z
ztable2flextable(z)

[Package ztable version 0.2.0 Index]