On 3/24/07, Daniel Folkinshteyn <[EMAIL PROTECTED]> wrote: > Greetings to all. > I need to concatenate data frames that do not have all the same variable > names, there is only a partial overlap in the variables. So, for > example, if i have two data frames, a and b, that look like the following:
Have a look at rbind.fill in the reshape package. Hadley ______________________________________________ [email protected] 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.
