Hi all, Is this expected behaviour or a bug in match.call?
f <- function(x, ...) { g <- function(...) match.call() g(x = x, ...) } f(x = 1, y = ) # g(x = x, y = ..1) Hadley -- Chief Scientist, RStudio http://had.co.nz/ ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel