Learn R Programming

report (version 0.1.0)

print.report: Report printing

Description

Report printing

Usage

# S3 method for report
print(x, full = FALSE, width = NULL, ...)

Arguments

x

Object of class report.

full

Show the full report.

width

Positive integer giving the target column for wrapping lines in the output.

...

Arguments passed to or from other methods.