Skip to contents

Controls how the 'forms_matrix' object is displayed in the console.

Usage

# S3 method for class 'forms_matrix'
print(x, show_values = FALSE, ...)

Arguments

x

The forms_matrix object to print.

show_values

A logical value. If FALSE (default), prints enum names. If TRUE, prints the underlying integer values.

...

Additional arguments passed to print (not used here).

Value

Invisibly returns the original object x.