Learn R Programming

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

iterators (version 1.0.8)

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.8

License

Apache License (== 2.0)

Maintainer

Rich Calaway

Last Published

October 13th, 2015

Functions in iterators (1.0.8)

iread.table

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

Array/Apply Iterator
ireadLines

Iterator over Lines of Text from a Connection
idiv

Dividing Iterator
icount

Counting Iterators
isplit

Split Iterator
nextElem

Get Next Element of Iterator
irnorm

Random Number Iterators
iter

Iterator Factory Functions
iterators-package

The Iterators Package