How to sum the number of rows which have duplicate data for only two columns in the data set combined? R language
I have two columns – index and reference which when combined are meant to make up a unique ID for a given row of data. I want to see if there any any duplications of these “unique ID’s” or “unique combinations” without combining the two columns.