exit.Verbose {R.utils} | R Documentation |
Writes a message and unindents the following output
Description
Writes a message and unindents the following output.
The output is indented according to *enter()
/*exit()
calls.
Usage
## S3 method for class 'Verbose'
exit(this, ..., indent=-this$indentStep, sep="", suffix="...done", level=NULL)
Arguments
... |
Objects to be passed to |
indent |
The number of characters to be removed from the indentation. |
sep |
The default separator |
suffix |
A |
level |
A |
Value
Returns nothing.
Author(s)
Henrik Bengtsson
See Also
For more information see Verbose
.
[Package R.utils version 2.13.0 Index]