This function is a wrapper around assign()
that
exports the contents of a named list to an environment. The variable names
in the target environment are constructed from the names of the list items
or taken from a separate argument.
Usage
export.list(arg.list, arg.names = names(arg.list), target.env = .GlobalEnv)