print.tabxplor_grouped_tab | R Documentation |
Printing method for class tabxplor_grouped_tab
## S3 method for class 'tabxplor_grouped_tab'
print(
x,
width = NULL,
...,
n = 100,
max_extra_cols = NULL,
max_footer_lines = NULL,
min_row_var = 30,
get_text = FALSE
)
x |
Object to format or print. |
width |
Width of text output to generate. |
... |
Passed on to |
n |
Number of rows to show. |
max_extra_cols |
Number of extra columns to print abbreviated information for, if the width is too small for the entire tibble. |
max_footer_lines |
Maximum number of footer lines. |
min_row_var |
Minimum number of characters for the row variable. Default to 30. |
get_text |
Set to |
A printed grouped table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.