Re: [R] Indexing sublists inside lists.

2010-09-21 Thread Dennis Murphy
Hi: Is this what you were looking for? frd <- rep('fred', 5) bigfred <- lapply(frd, get) On Tue, Sep 21, 2010 at 5:04 AM, Alaios wrote: > I would like to thank you very much for your reply. > Actually I would like to ask you if there is > a small list called fred: > fred <- list(happy = 1:10,

[R] Indexing sublists inside lists.

2010-09-21 Thread Alaios
I would like to thank you very much for your reply. Actually I would like to ask you if there is a small list called fred: fred <- list(happy = 1:10, name = "squash") and a big list called bigfred that included fred list 5 times bigfred <- rep(fred,5) Is it possible somehow to index all these sub