capture.Verbose: Captures output of a function
Description
Captures output of a function.
Evaluates its arguments with the output being verbosed.
Usage
# S3 method for Verbose
capture(this, ..., level=this$defaultLevel)
Arguments
...
Arguments to be captured.
level
A numeric
value to be compared to the threshold.
See Also
For more information see Verbose
.