[R] Clarification on debug output

Mick Jordan mick.jordan at oracle.com
Fri Oct 24 01:05:12 CEST 2014


I hope someone can explain what the #1 means (and for that matter the 
[2] in the debug output below. I can't find anything in the spec that 
explains what they mean.

Thanks

 > f(1)
debugging in: f(1)
debugging in: f()
debug at #1: {
     if (x < 0)
         -x
     else x
}
Browse[2]>



More information about the R-help mailing list