printString {metaMS} | R Documentation |
Functions to present progress output, warnings or information, in a consistent way in the console window. Not meant to be called by the user.
printString(..., screenwidth = 72) printWarning(...) printInfo(...)
... |
Text strings. These will be concatenated inside the function. |
screenwidth |
Width of the text field. |
A string to print.
Ron Wehrens and Pietro Franceschi