Prints message to terminal if apollo_inputs$silent is FALSE
apollo_print(txt, nSignifD = 4, widthLim = 11, highlight = FALSE)
Character, what to print.
Optional numeric integer. Minimum number of significant digits when printing numeric matrices. Default is 4.
Optional numeric integer. Minimum width (in characters) of each column when printing numeric matrices. Default is 11
Optional logical. If TRUE, the message will be highlighted and will pause excecution for 5 seconds.
Nothing