I have 14 datasets that I want to merge in R. All of them have 20 columns in common, but then most have some extra columns. I want to merge them together by the columns they have in common, leaving as "NA" the empty data but still keeping the columns that are not common to all. I am new to R but have tried everything I found online to no avail. Any help would be really appreciated.
Thank you!