Re: [R] "Safe" use of iterator (package iterators)

2016-12-14 Thread Rich Calaway via R-help
ec 2016 17:15:38 + From: "Doran, Harold" <hdo...@air.org> To: "r-help@r-project.org" <r-help@r-project.org> Subject: [R] "Safe" use of iterator (package iterators) Message-ID: <b08b6af0cf8ca44f81b9983eebdcd68601358f7...@dc1vex10mb01.air.org>

Re: [R] "Safe" use of iterator (package iterators)

2016-12-09 Thread Doran, Harold
<hdo...@air.org> Cc: r-help@r-project.org Subject: Re: [R] "Safe" use of iterator (package iterators) > On Dec 9, 2016, at 9:15 AM, Doran, Harold <hdo...@air.org> wrote: > > I believe I now see the light vis-à-vis iterators when combined with > foreach(

Re: [R] "Safe" use of iterator (package iterators)

2016-12-09 Thread David Winsemius
> On Dec 9, 2016, at 9:15 AM, Doran, Harold wrote: > > I believe I now see the light vis-à-vis iterators when combined with > foreach() calls in R. I have now been able to reduce computational workload > to minutes instead of hours. I want to verify that the way I am using

[R] "Safe" use of iterator (package iterators)

2016-12-09 Thread Doran, Harold
I believe I now see the light vis-à-vis iterators when combined with foreach() calls in R. I have now been able to reduce computational workload to minutes instead of hours. I want to verify that the way I am using them is "safe". By safe I mean does the iterator traverse elements in the same