Learn R Programming

irt (version 0.2.9)

print.cat_output: This method prints an "cat_output" class object

Description

This method prints an "cat_output" class object

Usage

# S3 method for cat_output
print(
  x,
  ...,
  n = NULL,
  print_header = TRUE,
  base_print = FALSE,
  silent = FALSE
)

Arguments

x

An 'cat_output' class object that will be printed.

...

Additional arguments

n

maximum number of administered items to print. Default is NULL, where all items are printed if the number of items are smaller than 20, otherwise only first 10 items are printed.

print_header

Whether to print the object class in the first line.

base_print

Whether to print the cat_output object using the base printing capabilities. If FALSE, the function will look at 'tibble' package and tries to print the cat_output using that function.

silent

If TRUE, no output will be printed on the console, only a data frame will be returned.

Author

Emre Gonulates