Re: [R] Maximum No.of code in R

2009-09-21 Thread Petr PIKAL
Well, code with 50+ ifelse statements (probably nested) seems to me quite weird. I believe that such scheme could be solved differently but without real code it is nothing to suggest. r-help-boun...@r-project.org napsal dne 18.09.2009 13:51:45: > On 9/18/2009 5:49 AM, premmad wrote: > > I tried

Re: [R] Maximum No.of code in R

2009-09-18 Thread David Winsemius
On Sep 18, 2009, at 7:58 AM, premmad wrote: Thanks for the reply and it is useful.What i want to know here is i'm going to try and write an automated procedure using batch processing in R by the way input of the next step is going to be this steps output .so one will not able to predict

Re: [R] Maximum No.of code in R

2009-09-18 Thread premmad
Thanks for the reply and it is useful.What i want to know here is i'm going to try and write an automated procedure using batch processing in R by the way input of the next step is going to be this steps output .so one will not able to predict the lines please also do answer in taking consideratio

Re: [R] Maximum No.of code in R

2009-09-18 Thread Duncan Murdoch
On 9/18/2009 5:49 AM, premmad wrote: I tried running 50 lines of ifelse statement in R and the system says context stack overflow at 50 line.Is it the limitation of R or is there any way around that can be done to overcome this.Thanks You can always break it up into multiple lines. For example

[R] Maximum No.of code in R

2009-09-18 Thread premmad
I tried running 50 lines of ifelse statement in R and the system says context stack overflow at 50 line.Is it the limitation of R or is there any way around that can be done to overcome this.Thanks -- View this message in context: http://www.nabble.com/Maximum-No.of-code-in-R-tp25506024p25506024