capture.Verbose {R.utils} | R Documentation |
Captures output of a function. Evaluates its arguments with the output being verbosed.
## S3 method for class 'Verbose': capture(this, ..., level=this$defaultLevel)
... |
Arguments to be captured. |
level |
A numeric value to be compared to the threshold. |
Returns a vector
of character
string.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Verbose
.