I have a table with ~14000 entries. I want to identify entries that have multiple copies (i.e. 2+). I tried the duplicated function and sure enough, I got 55 entries that were duplicated (2x). However, I suspect that there could be entries with 3+.
At this point, is there a function that can address this, or should I write my own method (i.e. with factors)?
Thank you.