Last chance! 50% off unlimited learning
Sale ends in
TableTree
Collect leaves of a TableTree
collect_leaves(tt, incl.cont = TRUE, add.labrows = FALSE)
A list of TableRow
objects for all rows in the table.
(TableTree
or related class)
a TableTree
object representing a populated table.
(flag
)
whether to include rows from content tables within the tree. Defaults to TRUE
.
(flag
)
whether to include label rows. Defaults to FALSE
.