Skip to content
Prev 170644 / 398502 Next

(no subject)

Uwe Ligges wrote:
What makes you think that, Uwe? I don't see a teacher asking merge()
questions to a rank beginner (I wouldn't).

1) look at the documentation: all.x=TRUE
2) use the usual subsetting mechanisms to work with only the relevant
set of columns, e.g. merge(x, y[,c(1,2,6)], ....)
3) assign using z <- merge(x,y,....), then save() (or maybe write.table())

-pd