Learn R Programming

⚠️There's a newer version (1.0.14) of this package.Take me there.

iterators (version 1.0.12)

Provides Iterator Construct

Description

Support for iterators, which allow a programmer to traverse through all the elements of a vector, list, or other collection of data.

Copy Link

Version

Install

install.packages('iterators')

Monthly Downloads

272,028

Version

1.0.12

License

Apache License (== 2.0)

Maintainer

Last Published

July 26th, 2019

Functions in iterators (1.0.12)

nextElem

Get Next Element of Iterator
iread.table

Iterator over Rows of a Data Frame Stored in a File
ireadLines

Iterator over Lines of Text from a Connection
makeIwrapper

Iterator Maker Generator
iterators-package

The Iterators Package
iapply

Array/Apply Iterator
idiv

Dividing Iterator
irnorm

Random Number Iterators
isplit

Split Iterator
icount

Counting Iterators
iter

Iterator Factory Functions