cat.Verbose
From R.utils v2.8.0
by Henrik Bengtsson
Concatenates and prints objects if above threshold
Concatenates and prints objects if above threshold.
The output is indented according to *enter()
/*exit()
calls.
- Keywords
- methods, internal, programming
Usage
# S3 method for Verbose
cat(this, ..., sep="", newline=TRUE, level=this$defaultLevel, timestamp=this$.timestamp)
Arguments
Value
Returns nothing.
See Also
*timestampOn()
and timestampOff
().
For more information see Verbose
.
Community examples
Looks like there are no examples yet.