Hi all,

Is there an equivalent to .Call that passes the unevaluated arguments?
(e.g. like the equivalent of .Interval + eval = 10 in names.c)

If not, are there any disadvantages to doing something like this?

myfun <- function(...) {
  .Call("myfun", match.call(), parent.env())
}

Thanks!

Hadley

-- 
RStudio / Rice University
http://had.co.nz/

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to