Learn R Programming

combiter (version 1.0.3)

hasPrev: Does This Iterator Have A Previous Element

Description

hasPrev is a generic function that indicates if the iterator has another element backward.

Usage

hasPrev(obj, ...)

Arguments

obj

an R object

...

additional arguments

Value

Logical value indicating whether the iterator has a previous element.