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)
## S3 method for class 'Verbose'
enterf(this, fmtstr, ..., indent=this$indentStep, sep="", suffix="...",
level=this$defaultLevel)
fmtstr |
An |
... |
|
indent |
The number of characters to add to the indentation. |
sep |
The default separator |
suffix |
A |
level |
A |
Returns nothing.
Henrik Bengtsson
For more information see Verbose
.