Skip to contents

Print a reporting_triangle object

Usage

# S3 method for class 'reporting_triangle'
print(x, n_rows = 10, n_cols = 10, ...)

Arguments

x

A reporting_triangle object to print.

n_rows

Maximum number of rows to display. If the triangle has more rows, only the last n_rows rows are shown. Default is 10. Set to NULL to display all rows.

n_cols

Maximum number of columns to display. If the triangle has more columns, only the first n_cols columns are shown. Default is 10. Set to NULL to display all columns.

...

Additional arguments passed to print methods.

Value

Invisibly returns the object.