I have two different data frame showing questionnaire-results from 2014 and 2015, both with the same columns. I want to add the unique rows (i,e. ID-codes) from 2014 to the data frame from 2015.
The problem is that all rows are unique (since there is 23 columns), but I only wish to add the rows containing an unique ID-code (one of the columns), i.e. people that answered the questionnaire 2014 but not 2015.
Using rbind.data.frames succeedes in creating an "2014-2015 dataframe" but then I want to erase the rows containg ID-codes that answered both 2014 and 2015 and keeo those from 2015.