Learn R Programming

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

iterators (version 1.0.9)

Provides Iterator Construct for R

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

268,908

Version

1.0.9

License

Apache License (== 2.0)

Maintainer

Rich Calaway

Last Published

December 12th, 2017

Functions in iterators (1.0.9)

nextElem

Get Next Element of Iterator
ireadLines

Iterator over Lines of Text from a Connection
isplit

Split Iterator
iter

Iterator Factory Functions
iapply

Array/Apply Iterator
icount

Counting Iterators
idiv

Dividing Iterator
irnorm

Random Number Iterators
iread.table

Iterator over Rows of a Data Frame Stored in a File
iterators-package

The Iterators Package