Learn R Programming

AllelicImbalance (version 1.10.2)

implodeList.old: implode list of arguments into environment

Description

apply on list of variables to be put in the local environment

Usage

implodeList.old(x)

Arguments

x
list of variables

Details

help the propagation of e.g. graphical paramters

Examples

Run this code

lst <- list(hungry='yes', thirsty='no')
implodeList.old(lst)
#the check ls()
 ls()

Run the code above in your browser using DataLab