View source: R/cat_sim_helper_functions.R
print.cat_output | R Documentation |
This method prints an "cat_output" class object
## S3 method for class 'cat_output'
print(
x,
...,
n = NULL,
print_header = TRUE,
base_print = FALSE,
silent = FALSE
)
x |
An 'cat_output' class object that will be printed. |
... |
Additional arguments |
n |
maximum number of administered items to print. Default is
|
print_header |
Whether to print the object class in the first line. |
base_print |
Whether to print the |
silent |
If TRUE, no output will be printed on the console, only a data frame will be returned. |
Emre Gonulates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.