Hi, I have 100 price data series like price1, price2, price3, ............. All are "zoo" objects. Now I want to merge all them together. Obviously I can do this using "merge(price1, price2, price3, ........)". However as I have lot of price series (almost 1000) above systax is very tiresome. Is there any other way on doing to in one-go?
Thanks -- View this message in context: http://www.nabble.com/Merging-lot-of-zoo-objects-tp24582750p24582750.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.