nlmixrPrint | R Documentation |
This allows the suppressMessages to work on print functions. This captures the output function sends it through the message routine.
nlmixrPrint(x, ...)
x |
object to print |
... |
Other things output |
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/
Nothing, called for its side effects
Matthew L. Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.