What exactly are you trying to do? You need to provide at least a sample of the input and then what you would expect as output. Exactly what to the columns contain and how you expect to 'merge' them.
On Tue, Nov 4, 2008 at 6:52 PM, Alessandro <[EMAIL PROTECTED]> wrote: > Hi all, > > > > I have two txt file with X,Y,Z column and I need to merge together > > > > I tried > > file_all <- merge("file1.txt","file2.txt") > > but I don't sure about the result. Is It this code correct? > > Thanks Ale > > > [[alternative HTML version deleted]] > > ______________________________________________ > 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. > -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem that you are trying to solve? ______________________________________________ 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.