lst_to_env
is a helper function that assigns
the objects within a list to an environment.
Arguments
- x
A list containing the objects to assign.
- envir
The environment to use (default is
.GlobalEnv
).- ...
Further arguments passed to
assign()
.
lst_to_env
is a helper function that assigns
the objects within a list to an environment.
A list containing the objects to assign.
The environment to use (default is .GlobalEnv
).
Further arguments passed to assign()
.