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

View source: R/cat_sim_helper_functions.R

print.cat_outputR Documentation

This method prints an "cat_output" class object

Description

This method prints an "cat_output" class object

Usage

## S3 method for class '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(s)

Emre Gonulates


irt documentation built on May 29, 2024, 12:02 p.m.