Re: [R] Merging vector data into one file

2010-02-01 Thread jim holtman
You never really said what your data structure looks like. It appears that the 'single row' might be a named vector. It would be good to follow the post policy and supply sample data. Here is one way of doing it, depending on exactly what your data looks like: > # create sample data of a list o

Re: [R] Merging vector data into one file

2010-01-31 Thread Dieter Menne
Altaweel, Mark R. wrote: > > > I had another question. If you had say a vector (e.g., called data) > with 235 elements and each element looked like the following > > data[[1]] > Column A-BColumn Z-SColumn A-S > 1 25 ... > > > da

[R] Merging vector data into one file

2010-01-31 Thread Mark Altaweel
Hi, I had another question. If you had say a vector (e.g., called data) with 235 elements and each element looked like the following data[[1]] Column A-BColumn Z-SColumn A-S 1 25 ... data[[2]] Column Z-BColumn A-SColumn