Unpack List Elements into Variables
Make local or global variables (depending on the scope specified) from the named components of a list.
unpackList(x, scope="L")
x |
named list to unpack. |
scope |
If |
A character vector of unpacked variable names.
Alex Couture-Beil, Vancouver Island University, Nanaimo BC
local(envir=.PBSmodEnv,expr={ x <- list(a=21,b=23); unpackList(x); print(a); })
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.