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