Learn R Programming

TaxicabCA (version 0.1.1)

ListToObjects: Extract objects from a list

Description

Extract objects from a list to the global environment

Usage

ListToObjects(L, envir = .GlobalEnv)

Arguments

L

A list

envir

The environment into which variables are created

Value

No return

Details

This function is for internal usage only.

Examples

Run this code
# NOT RUN {
ListToObjects(list(x=5,A="Hello",M=matrix(1:8,nr=2)),envir=.GlobalEnv)
# }

Run the code above in your browser using DataLab