stop_iteration: Helper function that determines whether an object inherits...

Description Usage Arguments Value

Description

Returns TRUE if the object resulted from a StopIteration exception when nextElem is called, and FALSE otherwise.

Usage

1

Arguments

object

an R object

Value

TRUE if object resulted from a StopIteration exception. Otherwise, FALSE.


itertools2 documentation built on May 2, 2019, 3:37 p.m.