Printing method for class tabxplor_grouped_tab
# S3 method for tabxplor_grouped_tab
print(
x,
width = NULL,
...,
n = 100,
max_extra_cols = NULL,
max_footer_lines = NULL,
min_row_var = 30
)
Object to format or print.
Width of text output to generate.
Passed on to tbl_format_setup()
.
Number of rows to show.
Number of extra columns to print abbreviated information for, if the width is too small for the entire tibble.
Maximum number of footer lines.
Minimum number of characters for the row variable. Default to 30.
A printed grouped table.