printf.Verbose {R.utils} | R Documentation |
Formats and prints object if above threshold.
The output is indented according to *enter()
/*exit()
calls.
## S3 method for class 'Verbose': printf(this, fmtstr, ..., level=this$defaultLevel)
... |
Objects to be passed to sprintf (). |
fmtstr |
A character string specify the printf format string. |
level |
A numeric value to be compared to the threshold. |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Verbose
.