CMD + K

r-foreach

Community

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.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::r-foreach

Usage Tracking

1.5.2
1.5.1
1.5.0
1.4.8
1.4.7
5 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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

Feb 2, 2022 at 12:30

License

Apache-2.0

Total Downloads

1.4M

Supported Platforms

noarch

Unsupported Platforms

linux-64 Last supported version: 1.4.4
macOS-64 Last supported version: 1.4.4
win-64 Last supported version: 1.4.4