| print.f_summary | R Documentation |
Prints a formatted summary table to the console.
## S3 method for class 'f_summary'
print(
x,
col_width = 6,
table_width = 90,
digits = 2,
allow_integer_decimal_mix = FALSE,
...
)
x |
Object of class f_summary. |
col_width |
Integer. Max characters in header before line break. Default |
table_width |
Integer or |
digits |
Integer. Number of decimal digits to use in formatting. Default is |
allow_integer_decimal_mix |
Logical. If |
... |
Additional arguments passed to |
Invisibly returns 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.