Is there an Abstract Data Type set in R? My problem is that I do not know how to remove repeated elements in a vector. In python I just 'feed' a vector to a set. How can I do this in R?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.

?duplicated– Gavin Simpson May 26 '12 at 20:54