Learn R Programming

hgutils (version 0.2.11)

assign_list: 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

Run this code
# NOT RUN {
assign_list(list(a=1, b=2))
# }

Run the code above in your browser using DataLab