[R] merge 2 txt file

jim holtman jholtman at gmail.com
Wed Nov 5 03:41:44 CET 2008


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 <alessandro.montaghi at unifi.it> 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 at 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?



More information about the R-help mailing list