Hi,
I have a data with a variable name "ID". Now this id is not unique for each row. For example one id value lets say "abc" is same for many rows (participants). How to check how many total unique ids are in the id variable ? and how many times a unique id has been repeated in that variable?
If anyone can help, how to check that in R?