printString {metaMS}R Documentation

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.

Value

A string to print.

Author(s)

Ron Wehrens and Pietro Franceschi


[Package metaMS version 1.26.0 Index]