Skip to Content

foreach

Foreach looping construct for R
Revolution Analytics
Apache License (== 2.0)
Support for the foreach looping construct. Foreach is an idiom that allows for iterating over elements in a collection, without the use of an explicit loop counter. This package in particular is intended to be used for its return value, rather than for its side effects. In that sense, it is similar to the standard lapply function, but doesn't require the evaluation of a function. Using foreach without side effects also facilitates executing the loop in parallel.
Versions
Package Version Released
foreach 1.4.0 4 weeks 3 days ago
foreach 1.3.5 9 weeks 22 hours ago
foreach 1.3.4 9 weeks 2 days ago
foreach 1.3.2 51 weeks 6 days ago
foreach 1.3.0 2 years 32 weeks ago
foreach 1.2.1
foreach 1.2.0-1
4.921825
Your rating: None Overall: 4.9 (307 votes)
3.982835
Your rating: None Documentation: 4 (233 votes)