evaluate.Verbose {R.utils} | R Documentation |
Evaluates a function and prints its results if above threshold. The output is not indented.
## S3 method for class 'Verbose'
evaluate(this, fun, ..., level=this$defaultLevel)
fun |
A |
... |
Additional arguments passed to the function. |
level |
A |
Returns nothing.
Henrik Bengtsson
For more information see Verbose
.