View source: R/tt_compatibility.R
cbind_rtables | R Documentation |
TableTree
objectsColumn-bind two TableTree
objects
cbind_rtables(x, ..., sync_count_vis = TRUE)
x |
( |
... |
one or more further objects of the same class as |
sync_count_vis |
( |
A formal table object.
x <- rtable(c("A", "B"), rrow("row 1", 1, 2), rrow("row 2", 3, 4))
y <- rtable("C", rrow("row 1", 5), rrow("row 2", 6))
z <- rtable("D", rrow("row 1", 9), rrow("row 2", 10))
t1 <- cbind_rtables(x, y)
t1
t2 <- cbind_rtables(x, y, z)
t2
col_paths_summary(t1)
col_paths_summary(t2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.