Rdocumentation
powered by
Learn R Programming
R.utils (version 2.3.0)
capture.Verbose: Captures output of a function
Description
Captures output of a function. Evaluates its arguments with the output being verbosed.
Usage
"capture"(this, ..., level=this$defaultLevel)
Arguments
...
Arguments to be captured.
level
A
numeric
value to be compared to the threshold.
Value
Returns a
vector
of
character
string.
See Also
For more information see
Verbose
.