Skip to content
Prev 47304 / 63424 Next

internal manipulation of ...

Could you pass the environment and then look for the object called ... in it?

f <- function(...) {
  .Call("my_fun", environment())
}

I think (and may well be wrong) that you can use standard tools to
find the DOTSXP object in that environment.

Hadley


On Thu, Dec 12, 2013 at 2:32 PM, Romain Fran?ois
<romain at r-enthusiasts.com> wrote: