Skip to content
Prev 273781 / 398502 Next

Merge dataframes

On 07.10.2011 15:34, jdanielnd wrote:
Just let merge do the work and prepend the rownames:

cbind(names = rownames(data1), merge(data1, data2, all.x = TRUE, 
sort=FALSE))


Uwe Ligges