dot-absorbIterPrintControl: Wrap scalar or list arguments into an iterPrintControl object

.absorbIterPrintControlR Documentation

Wrap scalar or list arguments into an iterPrintControl object

Description

Absorbs the scalar 'print'/'printNcol'/'useColor' arguments into a single [iterPrintControl()] object, or passes through an already pre-built one.

Usage

.absorbIterPrintControl(
  print = 1L,
  printNcol = NULL,
  useColor = NULL,
  iterPrintControl = NULL
)

Arguments

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.

Value

An 'iterPrintControl' list.


nlmixr2est documentation built on Aug. 5, 2026, 1:11 a.m.