clin_alt_pages | R Documentation |
This function configures alternating pages on a clintable object.
clin_alt_pages(x, key_cols, col_groups)
x |
A clintable object |
key_cols |
A character vector of variable names |
col_groups |
A list of character vectors of variable names |
A clintable object
ct <- clintable(mtcars)
clin_alt_pages(
ct,
key_cols = c("mpg", "cyl", "hp"),
col_groups = list(
c("disp", "drat", "wt"),
c("qsec", "vs", "am"),
c("gear", "carb")
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.