Re: [R] appending and merging data frames

2013-02-07 Thread John Smith
and variable notes are merged. > -Original Message- > From: wdun...@tibco.com > Sent: Thu, 7 Feb 2013 18:18:26 + > To: johsmi9...@inbox.com, dwinsem...@comcast.net > Subject: RE: [R] appending and merging data frames > >> For merge, when merging dataset A with datase

Re: [R] appending and merging data frames

2013-02-07 Thread William Dunlap
tware wdunlap tibco.com > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf > Of John Smith > Sent: Thursday, February 07, 2013 9:59 AM > To: David Winsemius > Cc: r-help@r-project.org > Subject: Re: [R] appending and me

Re: [R] appending and merging data frames

2013-02-07 Thread John Smith
ed me to appreciate further the > efforts of the R developers to make our help system available. The > most productive approach would be to present a simple example in R code. > > -- > David. > >> >> John >> >>> -Original Message- >>>

Re: [R] appending and merging data frames

2013-02-07 Thread David Winsemius
...@math.uni-giessen.de Sent: Thu, 7 Feb 2013 16:57:13 +0100 (MET) To: johsmi9...@inbox.com Subject: Re: [R] appending and merging data frames Hello, John, as a start take a look at ?merge And to (maybe) get a bit overwhelmed at first sight use RSiteSearch( "merge") Hth -- Gerrit On

Re: [R] appending and merging data frames

2013-02-07 Thread John Smith
sen.de > Sent: Thu, 7 Feb 2013 16:57:13 +0100 (MET) > To: johsmi9...@inbox.com > Subject: Re: [R] appending and merging data frames > > Hello, John, > > as a start take a look at > > ?merge > > And to (maybe) get a bit overwhelmed at first sight use > > RS

Re: [R] appending and merging data frames

2013-02-07 Thread Gerrit Eichner
Hello, John, as a start take a look at ?merge And to (maybe) get a bit overwhelmed at first sight use RSiteSearch( "merge") Hth -- Gerrit On Thu, 7 Feb 2013, John Smith wrote: I know that the basic approach to append or merge data frames is using the rbind and merge commands. However,

[R] appending and merging data frames

2013-02-07 Thread John Smith
I know that the basic approach to append or merge data frames is using the rbind and merge commands. However, if I understand things correctly, for both commands one needs to do quite some additional programming to get e.g. behavior as with the Stata append and morge commands or to achieve some