Re: [R] Combining a list of similar dataframes into a single dataframe

2006-07-08 Thread Mike Nielsen
Well, this worked, and rather more quickly than I had expected. Many thanks to the dogs, who told me the answer in return for walking them and feeding them! > jj <- eval(parse(text=paste(sep=" ","rbind(",paste(sep=" > ","t1[[",1:length(t1),"]]",collapse=","),")"))) > str(jj) `data.frame': 8564

[R] Combining a list of similar dataframes into a single dataframe

2006-07-08 Thread Mike Nielsen
I would be very grateful to anyone who could point to the error of my ways in the following. I have a dataframe called net1, as such: > str(net1) `data.frame':114192 obs. of 9 variables: $ server : Factor w/ 122 levels "AB93-99","AMP93-1",..: 1 1 1 1 1 1 1 1 1 1 ... $ ts