powered by
delist(L)
L <- list(a=c(12,123,1), b='alfalfa', c=c('a','b','c')) delist(L) print(a) print(b) print(c)
Run the code above in your browser using DataLab