Hi Ryan, We can't tell from your example what structure your original data are in, nor what your output is intended to look like, or for that matter how you got from one to the other. Please don't post in HTML because it gets mangled!
Using dput() to provide your example data is the best thing, because that preserves R structures. And an R-format example of your desired output would also be helpful. Sarah On Fri, Jul 11, 2014 at 12:19 PM, Ryan de Vera <ryan.devera...@gmail.com> wrote: > Hello all, > > I have a data frame filled with senders and recipients. Some of the senders > have multiple rows with different recipients and I want to merge those > rows. For example I have > > a...@email.com b...@email.com > a...@email.com c...@email.com d...@email.com > r...@email.com f...@email.com > r...@email.com h...@email.com > > I want this to become > > a...@email.com b...@email.com c...@email.com d...@email.com > r...@email.com f...@email.com h...@email.com > > How would I go about doing this? > > [[alternative HTML version deleted]] ^^^ That is part of the problem! -- Sarah Goslee http://www.functionaldiversity.org ______________________________________________ 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.