collect_leaves: Collect leaves of a 'TableTree'

collect_leavesR Documentation

Collect leaves of a TableTree

Description

Collect leaves of a TableTree

Usage

collect_leaves(tt, incl.cont = TRUE, add.labrows = FALSE)

Arguments

tt

(TableTree or related class)
a TableTree object representing a populated table.

incl.cont

(flag)
whether to include rows from content tables within the tree. Defaults to TRUE.

add.labrows

(flag)
whether to include label rows. Defaults to FALSE.

Value

A list of TableRow objects for all rows in the table.


Roche/rtables documentation built on April 20, 2024, 9:16 p.m.