print.f_summary | R Documentation |
This function prints f_summary
objects.
## S3 method for class 'f_summary'
print(x, col_width = 6, table_width = 90, ...)
x |
Object of class f_summary |
col_width |
Integer. Specifies the maximum number of characters allowed in table header columns before a line break is inserted. Defaults to |
table_width |
Integer or |
... |
Additional arguments passed to the |
This function is called for its side effect of printing a formatted output to the console
and does not return a useful value. It invisibly returns 1
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.