Make local or global variables (depending on the scope specified) from
the named components of a list.
Usage
unpackList(x, scope="L")
Arguments
x
named list to unpack.
scope
If "L", create variables local to the parent
frame that called the function. If "P", create variables
in the temporary package workspace called .PBSmodEnv.
If "G", create global variables.