Learn R Programming

soobench (version 1.9.18)

reset_evaluation_counter: Reset evaluation counter

Description

Reset the evaluation counter of a test function.

Usage

reset_evaluation_counter(fn)

Arguments

fn

[counting_function] A counting function as returned by counting_function.

Value

The current value of the evaluation counter.

Details

The test function must be wrapped by counting_function for this to work.