capture.Verbose
From R.utils v1.9.6
by Henrik Bengtsson
Captures output of a function
Captures output of a function. Evaluates its arguments with the output being verbosed.
Usage
## S3 method for class 'Verbose':
capture(this, ..., level=this$defaultLevel)
Arguments
- ...
- Arguments to be captured.
- level
- A
numeric
value to be compared to the threshold.
Value
See Also
For more information see Verbose
.
Community examples
Looks like there are no examples yet.