prevElem {combiter}R Documentation

Get Previous Element of Iterator

Description

prevElem is a generic funcion to move an iterator object one step backward.

Usage

prevElem(obj, ...)

Arguments

obj

an R object

...

additional arguments

Value

iterator value


[Package combiter version 1.0.3 Index]