Question d’entretien chez Nielsen

How would you get all the unique values from an attribute in R?

Réponse à la question d'entretien

Utilisateur anonyme

8 juin 2015

Use duplicate function to find if there are any duplicates. Use the unique function to extract only unique values.