| .absorbIterPrintControl | R Documentation |
Absorbs the scalar 'print'/'printNcol'/'useColor' arguments into a single [iterPrintControl()] object, or passes through an already pre-built one.
.absorbIterPrintControl(
print = 1L,
printNcol = NULL,
useColor = NULL,
iterPrintControl = NULL
)
print |
Either an integer print-frequency or an 'iterPrintControl' object. |
printNcol, useColor |
Scalar '*Control()' arguments forwarded to [iterPrintControl()] only when 'print' is a scalar. |
iterPrintControl |
Optional pre-built [iterPrintControl()] object. Wins over 'print' and the other scalars when supplied. |
An 'iterPrintControl' list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.