current: Get the current value of an Iterator without changing its...

Description Usage Arguments Value

View source: R/current.R

Description

An Iterator yields a variable every time yield_next() is called. Get the current value of that variable without changing the state of the Iterator.

Usage

1
current(iter)

Arguments

iter

An Iterator object

Value

The current value of iter


peruse documentation built on March 8, 2021, 9:06 a.m.