Mike Prager <Mike.Prager <at> noaa.gov> writes: : : An R program needs to accumulate a list (length unknown until done) of : objects. How efficiently and repeatedly can one append new objects to the : list? : : I have been using something like : : mylist[[length(mylist)+1]] = newobject : : but I wonder if there is something better. :
This was discussed last month: https://www.stat.math.ethz.ch/pipermail/r-help/2005-January/062088.html ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
