assign_list {hgutils} | R Documentation |
Assign variables in a list
Description
Assign variables in a list
Usage
assign_list(x, envir = .GlobalEnv)
Arguments
x |
A named list of values |
envir |
The environment in which the values are assigned, defaults to the global environment |
Examples
assign_list(list(a=1, b=2))
[Package hgutils version 0.2.11 Index]