R/tt_paginate.R
make_col_df.Rd
Used for pagination. Generate a structural summary of the columns of an rtables table and return it as a data.frame.
rtables
data.frame
make_col_df(tt, colwidths = NULL, visible_only = TRUE)
(ANY) object representing the table-like object to be summarized.
ANY
(numeric) internal detail, do not set manually.
numeric
(flag) should only visible aspects of the table structure be reflected in this summary. Defaults to TRUE. May not be supported by all methods.
flag
TRUE