Skip to content
Prev 383362 / 398502 Next

how to merge two files while preserving the number of rows of one file in merged one?

this solved it:
 m=merge(a,b,by="ID_1",all.y = T)
On Tue, Apr 21, 2020 at 9:53 AM Ana Marija <sokovic.anamarija at gmail.com> wrote: