I merged two dataframe in R, both have id and date columns. I decide to merge by id, after merging there are two date columns, one is date.x and the other is date.y. But I only need one date column
I have searched online for solutions but find none.