Re: [R] can we add raw data to data frame

2014-05-07 Thread Jeff Newmiller
I think R is doing exactly what you told it to do. Since you don't seem to be satisfied, perhaps you need to explain what it is you want by giving us an example of what you think you should end up with. You may have tried to do so, but you failed to read and follow the Posting Guide (which warns

[R] can we add raw data to data frame

2014-05-07 Thread Sandip Nandi
Hi , I want to add a serialized data to a data frame . The representation does not look good. > x<- c(1,2) > serialize(x,NULL) [1] 58 0a 00 00 00 02 00 03 00 02 00 02 03 00 00 00 00 0e 00 00 00 02 3f f0 00 [26] 00 00 00 00 00 40 00 00 00 00 00 00 00 > y<-serialize(x,NULL) > z=-1 > m<- data.frame(