assign_list {hgutils} | R Documentation |
Assign variables in a list
assign_list(x, envir = .GlobalEnv)
x |
A named list of values |
envir |
The environment in which the values are assigned, defaults to the global environment |
assign_list(list(a=1, b=2))