Re: [R] resume on error

2012-03-12 Thread R. Michael Weylandt
should I think doing that in R? > > B.R > Alex > > > > >  From: Sarah Goslee > > Cc: R help > Sent: Monday, March 12, 2012 12:24 PM > Subject: Re: [R] resume on error > > >> Thanks a lot. >> How I can use try tho

Re: [R] resume on error

2012-03-12 Thread Alaios
be created. How should I think doing that in R? B.R Alex From: Sarah Goslee Cc: R help Sent: Monday, March 12, 2012 12:24 PM Subject: Re: [R] resume on error > Thanks a lot. > How I can use try though for plots. There are times where the plot fu

Re: [R] resume on error

2012-03-12 Thread Sarah Goslee
ou want the failure case to be. Sarah > B.R > Alex > > > > >  From: R. Michael Weylandt > > Cc: R help > Sent: Sunday, March 11, 2012 12:56 AM > Subject: Re: [R] resume on error > > ? try or ? tryCatch > > Michael &g

Re: [R] resume on error

2012-03-12 Thread Alaios
From: R. Michael Weylandt Cc: R help Sent: Sunday, March 11, 2012 12:56 AM Subject: Re: [R] resume on error ? try or ? tryCatch Michael > Dear all, > I would like to ask you how I can catch an error on R and then ask it to > resume. > > For example

Re: [R] resume on error

2012-03-10 Thread R. Michael Weylandt
? try or ? tryCatch Michael On Sat, Mar 10, 2012 at 6:08 PM, Alaios wrote: > Dear all, > I would like to ask you how I can catch an error on R and then ask it to > resume. > > For example I have a large for loop and I know for a small number inside that > loop there will be errors. How I can a

[R] resume on error

2012-03-10 Thread Alaios
Dear all, I would like to ask you how I can catch an error on R and then ask it to resume. For example I have a large for loop and I know for a small number inside that loop there will be errors. How I can ask in that case from R just to ignore it and return back to the loop? I would like to th