[R] list of list objects

Rajasekaramya ramya.victory at gmail.com
Fri Nov 21 21:14:22 CET 2008


hi there,

I have a list of list objects i need to remove the top layer

[[1]]
[1].0
"ABC" "DEF""LMN"
[1].1
"WER" "ERT" "TRY"

[[2]]
[2].0
"ASD","wer""qwe"
[2].1
"wdv""ghj""ggj"

I wanna avoid the top layer...that is [[1]] [[2]] shouldnt be there
just a simple list is wat i need.
[1].0
"ABC" "DEF""LMN"
[1].1
"WER" "ERT" "TRY"
[2].0
"ASD","wer""qwe"
[2].1
"wdv""ghj""ggj"
kindly let me know hoe to go abt it

regards
ramya


-- 
View this message in context: http://www.nabble.com/list-of-list-objects-tp20628759p20628759.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list