Posts Tagged ‘merge’

Combine dataframes in R

Monday, February 4th, 2008

Quick answer: use merge.

You can also use rbind, but it will only be useful for simple cases.

See http://www.statmethods.net/management/merging.html for more details.