cat.Verbose {R.utils} | R Documentation |
Concatenates and prints objects if above threshold
Description
Concatenates and prints objects if above threshold.
The output is indented according to *enter()
/*exit()
calls.
Usage
## S3 method for class 'Verbose'
cat(this, ..., sep="", newline=TRUE, level=this$defaultLevel, timestamp=this$.timestamp)
Arguments
... |
Objects to be passed to |
sep |
The default separator |
newline |
If |
level |
A |
timestamp |
A |
Value
Returns nothing.
Author(s)
Henrik Bengtsson
See Also
*timestampOn()
and timestampOff
().
For more information see Verbose
.
[Package R.utils version 2.13.0 Index]