I\'d like to merge two data frames by id, but they both have 2 of the same columns; therefore, when I merge i get new .x and .y column
id
.x
.y
df <- left_join(df1, df2, by = c("id", "element", "day"))