How to remove repeated elements in a vector
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?
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?