I am joining two data.frames huge by a common variable using merge , and the data.frame final% has many more lines than the initial ones, which suggests that you are duplicating observations. I'm using:
df3 <- merge(df1, df2,...
asked by
26.06.2018 / 09:16