Description Usage Arguments Examples
Add column colors of an object of ztable
1 | addColColor(z, cols = NULL, bg = NULL, color = NULL)
|
z |
An object of ztable |
cols |
An integer vector indicating specific columns |
bg |
A character vector indicating background color |
color |
A character vector indicating color |
1 2 3 | z=ztable(head(iris))
z=addColColor(z,c(1,3),color="platinum")
z
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.