Skip to content
Prev 1033 / 2152 Next

foreach() with 'lapply'?

On Thu, 2011-07-21 at 10:27 -0700, Megh Dal wrote:
Please read the documentation before posting.

foreach iterates over some iterator, as described in the package
vignette here:
http://cran.r-project.org/web/packages/foreach/vignettes/foreach.pdf

and that iterator may easily be a list.  In that case, foreach looks
very much like lapply.  

foreach will also, by default, return a list.  See the documentation
for .combine.

If you need additional help, please provide a minimal self-contained
example, per the posting guide.

Regards,

   - Brian