Print a publication-ready comparison table.
Usage
# S3 method for class 'gt_compare'
print(x, ...)Details
The print method renders the concise publication table. Detailed numerical results and audit information remain available in the object components.
Examples
x <- compare_groups(mtcars, variable = mpg, group = am)
print(x)