report {npmc}R Documentation

Report Printing

Description

Function to present text on screen.

Usage

report(msg=NULL, style=0, char="-")

Arguments

msg The text to be printed (any vector-type)
style The style in which to print the text. Possible values are 'underlined' and 'border' (and valid abbreviations). Any other value defaults to 'blank', i.e. the pure text-vector.
char A character to use for the style.

Value

A matrix containing the printed lines in one row.

Note

report will always print a blank line first.

Author(s)

Joerg Helms

Examples

 
    report("It's a nice day!", style="border", char="*") 

[Package npmc version 1.0-7 Index]