[Rd] get ...

Gabor Grothendieck ggrothendieck at gmail.com
Sat Jun 28 21:46:12 CEST 2008


Suppose we do this:

> f <- function(...) environment()
> e <- f(a = 1, b = 2)
> ls(e, all = TRUE)
[1] "..."
> e$...
<...>
> class(e$...)
[1] "..."

Is there any way of getting a and b given e without
modifying f?



More information about the R-devel mailing list