Resolving redundancy in R

Given a set of answers from an interview. How can i look for redundancy between the answers using Rstudio?

By redundancy do you mean duplicates? Like a duplicated value? If that's what you mean, then you can try the function unique().

It'd help if you post some sort of example that people here could try and reproduce (aka a reprex). You can read up on that here.

3 Likes