Re: [R] Help with tryCatch with a for loop

2011-11-09 Thread William Dunlap
Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf Of Spencer S > Sent: Wednesday, November 09, 2011 2:57 PM > To: r-help@r-project.org > Subject: Re: [R]

Re: [R] Help with tryCatch with a for loop

2011-11-09 Thread Spencer S
My apologies for not including some test data. Attached is a sample dataset that fails with the first stateroute and works with the second. http://r.789695.n4.nabble.com/file/n4021696/testdata.csv testdata.csv -- View this message in context: http://r.789695.n4.nabble.com/Help-with-tryCatch-wi

Re: [R] Help with tryCatch with a for loop

2011-11-09 Thread Jeff Newmiller
Without a sample data set that fails the first pass and succeeds on the second pass this is a pain to test. Don't forget to read the posting guide... Reproducible sample code isn't too reproducible without some specified data or autogenerated data. ---