I just started using R.
I am trying to merge two dataframes using the rbind.fill or bind_rows function.
The two dataframes share almost all columns, expect 8 of them (some of them in the first dataframe, some in the second one). I cannot find any way to ensure that the new dataframe includes all columns. Would anyone have an idea where the mistake might lie?
Thanks in advance for your precious help