Re: [R] appending an R-object to a list

2010-04-07 Thread Uwe Ligges
On 06.04.2010 23:28, David.Epstein wrote: How do I append an R-object to a list? I want to start with an empty list, and append R-objects one by one. Does this start with a command like mylist<- NULL ?? I have read a few answers on R-help to questions like this, but they all seem to be well o

Re: [R] appending an R-object to a list

2010-04-06 Thread David.Epstein
Thanks. A nice simple answer and exactly what I want. David -- View this message in context: http://n4.nabble.com/appending-an-R-object-to-a-list-tp1753544p1753665.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org m

Re: [R] appending an R-object to a list

2010-04-06 Thread Barry Rowlingson
On Tue, Apr 6, 2010 at 10:28 PM, David.Epstein wrote: > > How do I append an R-object to a list? > I want to start with an empty list, and append R-objects one by one. > Does this start with a command like > mylist <- NULL > ?? > > I have read a few answers on R-help to questions like this, but th