View source: R/S3_methods_ccmpp_input_list.R
print.ccmpp_input_list | R Documentation |
ccmpp_input_list
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).
## 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") )
x |
An object of class |
... |
optional arguments to |
n |
Integer controlling how many rows of |
digits |
the minimum number of significant digits to be used: see
|
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? |
Mark Wheldon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.