Re: [Rd] Error in documentation of "merge"

2011-11-04 Thread Steven McKinney
> -Original Message- > From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r-project.org] > On Behalf Of Kasper Daniel Hansen > Sent: November-04-11 5:26 AM > To: peter dalgaard > Cc: r-devel@r-project.org > Subject: Re: [Rd] Error in documentation of "

Re: [Rd] Error in documentation of "merge"

2011-11-04 Thread Kasper Daniel Hansen
On Fri, Nov 4, 2011 at 8:20 AM, peter dalgaard wrote: > > On Nov 4, 2011, at 13:11 , Rainer M Krug wrote: > >> Hi >> >> there seems to be an error in the documentation of the "merge" function: >> >> Arguments: >> >>    x, y: data frames, or objects to be coerced to one. >> >>  by, by.x, by.y: spec

Re: [Rd] Error in documentation of "merge"

2011-11-04 Thread Rainer M Krug
On Fri, Nov 4, 2011 at 1:20 PM, peter dalgaard wrote: > > On Nov 4, 2011, at 13:11 , Rainer M Krug wrote: > > > Hi > > > > there seems to be an error in the documentation of the "merge" function: > > > > Arguments: > > > >x, y: data frames, or objects to be coerced to one. > > > > by, by.x,

Re: [Rd] Error in documentation of "merge"

2011-11-04 Thread peter dalgaard
On Nov 4, 2011, at 13:11 , Rainer M Krug wrote: > Hi > > there seems to be an error in the documentation of the "merge" function: > > Arguments: > >x, y: data frames, or objects to be coerced to one. > > by, by.x, by.y: specifications of the common columns. See ŒDetails‚. > > all:

[Rd] Error in documentation of "merge"

2011-11-04 Thread Rainer M Krug
Hi there seems to be an error in the documentation of the "merge" function: Arguments: x, y: data frames, or objects to be coerced to one. by, by.x, by.y: specifications of the common columns. See ‘Details’. all: logical; ‘all = L’ is shorthand for ‘all.x = L’ and ‘all.y =