Skip to content
Prev 175320 / 398503 Next

Merging rows in dataframes

Hi,
Again, thank you for your extremely helpful answer. I'll try my luck a third
time with a similar but different question: assuming I have two dataframes,
a and b, each of which containing a set of start and end coordinates, and I
want to create a new dataframe c, which contains all coordinates in a which
are are overlapped by any coordinate in b. Can I do this via sqldf()? Or is
there any other way to do this? 

Thank you very much!
Schragi

-----Original Message-----
From: Gabor Grothendieck [mailto:ggrothendieck at gmail.com] 
Sent: Wednesday, March 25, 2009 3:44 PM
To: Schragi Schwartz
Cc: r-help at r-project.org
Subject: Re: [R] Merging rows in dataframes

I've added an example to FAQ 3 on the home page that
illustrates group_concat.
http://sqldf.googlecode.com

On Wed, Mar 25, 2009 at 9:06 AM, Gabor Grothendieck
<ggrothendieck at gmail.com> wrote:
one
value
in
id").
the
same
create
the