powered by
.C
extract.named( l, to=parent.frame())
ff <- function(...) { extract.named( list(...)); print( ls()); bbb } # note bbb is not "declared" ff( bbb=6, ccc=9) # prints [1] "\dots" "bbb" "ccc", returns 6
Run the code above in your browser using DataLab