> From: Alessandro <[EMAIL PROTECTED]> > Subject: [R] merge 2 txt file > To: [EMAIL PROTECTED], r-help@r-project.org > Received: Tuesday, November 4, 2008, 6:52 PM > 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?
Who knows? We need some information on what the files contain and how you want to "merge" them. The best thing to do is to follow the posting guidelines and provide a small working example of what the data looks like and what you are trying to do. You might want to take a look at ?cbind and ?rbind. ______________________________________________ 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.