Create summary table from prepared data
make_summary_table.RdCreates a formatted table from summary data prepared by apply_summary_spec(). Supports multiple output formats: gt (default), flextable, or the intermediate HyperionTable object.
Usage
make_summary_table(data, output = c("gt", "flextable", "data"))