powered by
dotseval(expr, envir)
dotscapture
f <- function (...) { dotscapture(...) } x <- 123 dots <- f (x) dotseval (dots, sys.frame())
Run the code above in your browser using DataLab