No packages match
foreach - Provides Foreach Looping Construct
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.
Last updated
foreachparallel-computing
17.41 score 56 stars 3.0k dependents 53k scripts 323k downloadsdoParallel - Foreach Parallel Adaptor for the 'parallel' Package
Provides a parallel backend for the %dopar% function using the parallel package.
Last updated
14.90 score 5 stars 1.5k dependents 71k scripts 165k downloadsiterators - Provides Iterator Construct
Support for iterators, which allow a programmer to traverse through all the elements of a vector, list, or other collection of data.
Last updated
13.91 score 5 stars 3.1k dependents 1.9k scripts 310k downloads