print.f_summary {rfriend} | R Documentation |
Print method for f_summary objects
Description
This function prints f_summary
objects.
Usage
## S3 method for class 'f_summary'
print(x, col_width = 6, table_width = 90, ...)
Arguments
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 |
Value
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
.
[Package rfriend version 1.0.0 Index]