| ztable2flextable {ztable} | R Documentation |
Convert an object of ztable into an object of flextable
ztable2flextable(z)
z |
An object of class ztable |
An object of class flextable
require(magrittr)
z=ztable(head(mtcars)) %>%
addRowColor(rows=1:7,palette2colors("Paired"))
z=ztable(head(mtcars))
z
ztable2flextable(z)