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 |
Returns a vector
of character
string.
Henrik Bengtsson
For more information see Verbose
.