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.
- Version1.5.2
- R version≥ 2.5.0
- LicenseApache License (== 2.0)
- Needs compilation?No
- Last release02/02/2022
Documentation
Team
Folashade Daniel
Hong Ooi
Show author detailsRolesContributorRich Calaway
Show author detailsRolesContributorMicrosoft
Show author detailsRolesAuthor, Copyright holderSteve Weston
Show author detailsRolesAuthor
Insights
Last 30 days
Last 365 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Data provided by CRAN
Binaries
Dependencies
- Depends1 package
- Imports3 packages
- Suggests6 packages
- Reverse Depends100 packages
- Reverse Imports915 packages
- Reverse Suggests112 packages
- Reverse Enhances3 packages