enter.Verbose | 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 |
... |
Objects to be passed to |
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.