Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (1.0.14) of this package.
Take me there.
iterators (version 1.0.2)
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
Link to current version
Version
Version
1.0.14
1.0.13
1.0.12
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Install
install.packages('iterators')
Monthly Downloads
268,908
Version
1.0.2
License
Apache License (== 2.0)
Maintainer
REvolution Computing
Last Published
July 21st, 2009
Functions in iterators (1.0.2)
Search all functions
ireadLines
Iterator over Lines of Text from a Connection
idiv
Dividing Iterator
irnorm
Random Number Iterators
iterators-package
The Iterators Package
icount
Counting Iterators
iapply
Array/Apply Iterator
nextElem
Get Next Element of Iterator
iread.table
Iterator over Rows of a Data Frame Stored in a File
isplit
Split Iterator
iter
Iterator Factory Functions