Dear R list,


I was wondering if there is an easy fix to this problem (there are workarounds, 
as always):

Within a for loop, we can use "next" to skip to the next index,
but how can we skip the next n indices?

So, I would like something that looks like;

for(i in 1:10){

   if(somecondition)next(5)

}

Is there a way?


thanks,
Remko



(sorry for potential double posting, last version was HTML I think)

_________________________________________________________________

 Live

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to