powered by
Extract objects from a list to the global environment
ListToObjects(L, envir = .GlobalEnv)
A list
The environment into which variables are created
No return
This function is for internal usage only.
# 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