Re: [R] How many nested function calls?

2011-02-01 Thread Uwe Ligges
On 31.01.2011 23:23, muchad...@gmail.com wrote: Is there a limit to how many nested function calls R will tolerate? I mean, if I have a function that calls another function that calls another function, etc., is there a limit to how deep I can go? I am getting an error that says a variable is n

[R] How many nested function calls?

2011-01-31 Thread muchado22
Is there a limit to how many nested function calls R will tolerate? I mean, if I have a function that calls another function that calls another function, etc., is there a limit to how deep I can go? I am getting an error that says a variable is not available. When I do a traceback(), it shows that