Stops execution when the iteration counter reaches n.
Examples
cond <- max_turns(10L)
check_termination(cond, NULL, 10L, 0)
#> [1] TRUE
Stops execution when the iteration counter reaches n.
cond <- max_turns(10L)
check_termination(cond, NULL, 10L, 0)
#> [1] TRUE