Re: [R] Looking for internal of a function

2011-09-29 Thread Prof Brian Ripley
On Thu, 29 Sep 2011, Bogaso Christofer wrote: Dear all, when I look at the internal of mapply() function, I see a line of code: answer <- .Call("do_mapply", FUN, dots, MoreArgs, environment(), PACKAGE = "base") Can somebody please tell me how to find the source code of 'do_mapply'

[R] Looking for internal of a function

2011-09-29 Thread Bogaso Christofer
Dear all, when I look at the internal of mapply() function, I see a line of code: answer <- .Call("do_mapply", FUN, dots, MoreArgs, environment(), PACKAGE = "base") Can somebody please tell me how to find the source code of 'do_mapply' Thanks, [[alternative HTML vers