Re: [R] merging a dataframe or vectors

2013-03-13 Thread David Winsemius
On Mar 13, 2013, at 6:11 AM, Al Ehan wrote: > Hi, > > I would like to know what is the easiest way to compile two or more set of > vectors or data frame, according to their index. They are interrelated to > one another by their assigned index. for example: > > #data set 1 > abc > #output: > X4

[R] merging a dataframe or vectors

2013-03-13 Thread Al Ehan
Hi, I would like to know what is the easiest way to compile two or more set of vectors or data frame, according to their index. They are interrelated to one another by their assigned index. for example: #data set 1 abc #output: X403 X408 X410 X415 X418 X419 X420 X423 X424 X425