print.ccmpp_input_list: Print Values of a 'ccmpp_input_list'

View source: R/S3_methods_ccmpp_input_list.R

print.ccmpp_input_listR Documentation

Print Values of a ccmpp_input_list

Description

This is a method for the generic base::print function. Only the first n rows of each component of x are printed for convenience (by default).

Usage

## S3 method for class 'ccmpp_input_list'
print(
  x,
  ...,
  vsep,
  n = 6L,
  digits = NULL,
  quote = FALSE,
  right = TRUE,
  row.names = FALSE,
  print_what = c("info", "table")
)

Arguments

x

An object of class ccmpp_input_list.

...

optional arguments to print methods.

n

Integer controlling how many rows of x are printed. Passed to link{head}; see the documentation of that function for valid values and associated behaviours.

digits

the minimum number of significant digits to be used: see print.default.

quote

logical, indicating whether or not entries should be printed with surrounding quotes.

right

logical, indicating whether or not strings should be right-aligned. The default is right-alignment.

row.names

logical (or character vector), indicating whether (or what) row names should be printed.

print_what

What should be printed?

Author(s)

Mark Wheldon


markalava/ccmppWPP documentation built on April 21, 2022, 12:36 a.m.