apollo_print function

Prints message to terminal

Prints message to terminal

Prints message to terminal if apollo_inputs$silent is FALSE

apollo_print(txt, nSignifD = 4, widthLim = 11, pause = 0, type = "t")

Arguments

  • txt: Character, what to print.
  • nSignifD: Optional numeric integer. Minimum number of significant digits when printing numeric matrices. Default is 4.
  • widthLim: Optional numeric integer. Minimum width (in characters) of each column when printing numeric matrices. Default is 11
  • pause: Scalar integer. Number of seconds the execution will pause after printing the message. Default is 0.
  • type: Character. "t" for regular text (default), "w" for warning, "i" for information.

Returns

Nothing

  • Maintainer: Stephane Hess
  • License: GPL-2
  • Last published: 2025-03-12