powered by
Add column colors of an object of ztable
addColColor(z, cols = NULL, bg = NULL, color = NULL)
An object of ztable
An integer vector indicating specific columns
A character vector indicating background color
A character vector indicating color
# NOT RUN { z=ztable(head(iris)) z=addColColor(z,c(1,3),color="platinum") z # }
Run the code above in your browser using DataLab