powered by
Assign variables in a list
assign_list(x, envir = .GlobalEnv)
A named list of values
The environment in which the values are assigned, defaults to the global environment
# NOT RUN { assign_list(list(a=1, b=2)) # }
Run the code above in your browser using DataLab