[R] breaking an inner loop in R

Berend Hasselman bhh at xs4all.nl
Mon Dec 20 21:23:46 CET 2010



kayj wrote:
> 
> Hi All,
> 
> is there a way to break an inner loop in R? for example
> 
>  for ( i in 1: 100){
> 
> if ( condition){
> break
> }
> 
> }
> 
> I have search and I have seen exampels where they add a semicolon after
> "break",  do I need to do that? Also when I type "?break" in R in returns
> nothing on this command?
> thanks for your help
> 

?"break"

Also see section 3.2.2 of the R language manual (R-lang.pdf, version 2.12.0)

Berend
-- 
View this message in context: http://r.789695.n4.nabble.com/breaking-an-inner-loop-in-R-tp3095607p3096109.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list