report {npmc} | R Documentation |
Function to present text on screen.
report(msg=NULL, style=0, char="-")
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. |
A matrix containing the printed lines in one row.
report will always print a blank line first.
Joerg Helms
report("It's a nice day!", style="border", char="*")