make_col_df {rtables} | R Documentation |
Column layout summary
Description
Used for pagination. Generate a structural summary of the columns of an rtables
table and return it as a
data.frame
.
Usage
make_col_df(
tt,
colwidths = NULL,
visible_only = TRUE,
na_str = "",
ccount_format = colcount_format(tt) %||% "(N=xx)"
)
Arguments
tt |
( |
colwidths |
( |
visible_only |
( |
na_str |
( |
ccount_format |
( |
[Package rtables version 0.6.9 Index]