powered by
Copy elements from a named list into the current environment.
UNPACK (x)
A named list.
This function is a wrapper for the list2env function.
# NOT RUN { f <- function () list (x=1, y=2) UNPACK (f () ) x y # }
Run the code above in your browser using DataLab