I have three variables patients, arm and bestres
01 A CR
02 A PD
03 B PR
04 B CR
05 C SD
06 C SD
07 C PD
01 A CD
03 B PD
I want to remove duplicates in patients and arm
patient arm bestres
1 A CR
2 A PD
3 B PR
4 B CR
5 C SD
6 C SD
7 C PD
How to remove duplicates based on two variables