Skip to contents

Creates 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"))

Arguments

data

Data frame from apply_summary_spec()

output

Output format: "gt" (default), "flextable", or "data" for the intermediate HyperionTable object.

Value

A gt table, flextable, or HyperionTable object depending on output