R.utils (version 1.7.5)

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 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.