[Rd] Where's code for binding values to formal arguments in functions?

Yi Zhang yizhang84 at gmail.com
Mon Feb 9 04:46:06 CET 2009


Hello,

Can anyone give me a pointer where to find the implementation code for
binding values to formal arguments in functions? For example, if we
have a function f <- function(x,y)... and f(1,2) is called, I want to
find the code that binds 1 to x when evaluating f(1,2). I tried eval.c
but it's too long and I was lost... Thanks!

-- 
Yi



More information about the R-devel mailing list