How do you set the maximum recursion depth in?
Ah. Found it by reading the error message. This will set the recursion depth to 100000
> options(expressions= 100000)
Ah. Found it by reading the error message. This will set the recursion depth to 100000
> options(expressions= 100000)