enter.Verbose {R.utils} | R Documentation |
Writes a message and indents the following output.
The output is indented according to *enter()
/*exit()
calls.
## S3 method for class 'Verbose': enter(this, ..., indent=this$indentStep, sep="", suffix="...", level=this$defaultLevel)
... |
Objects to be passed to *cat() . |
indent |
The number of characters to add to the indentation. |
sep |
The default separator character string. |
suffix |
A character string to be appended to the end of the message. |
level |
A numeric value to be compared to the threshold. |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Verbose
.