R.utils (version 2.12.3)

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)

Value

Returns a vector of character string.

Arguments

...

Arguments to be captured.

level

A numeric value to be compared to the threshold.

Author

Henrik Bengtsson

See Also

For more information see Verbose.