iter |
| Generic function used to create iterator objects. |
nextElem |
| Generic function used to get the next element of a iterator. |
icount |
| A function used to create a counting iterator. |
idiv |
| A function used to create a number dividing iterator. |
ireadLines |
| A function used to create a file reading iterator. |
For a complete list of functions with individual help pages,
use library(help="iterators").