Learn R Programming

metaMS (version 1.8.0)

printString: Functions for metaMS-formatted text output

Description

Functions to present progress output, warnings or information, in a consistent way in the console window. Not meant to be called by the user.

Usage

printString(..., screenwidth = 72) printWarning(...) printInfo(...)

Arguments

...
Text strings. These will be concatenated inside the function.
screenwidth
Width of the text field.