nlmixrPrint: Print x using the message facility

View source: R/utils.R

nlmixrPrintR Documentation

Print x using the message facility

Description

This allows the suppressMessages to work on print functions. This captures the output function sends it through the message routine.

Usage

nlmixrPrint(x, ...)

Arguments

x

object to print

...

Other things output

Details

catpureOutput was used since it is much faster than the internal capture.output see https://www.r-bloggers.com/performance-captureoutput-is-much-faster-than-capture-output/

Value

Nothing, called for its side effects

Author(s)

Matthew L. Fidler


nlmixr documentation built on March 27, 2022, 5:05 p.m.

Related to nlmixrPrint in nlmixr...