Closed sohai closed 5 years ago
This is not possible due to the way the entire rule system is set up. Because unique()
is a rule, it can only return a single error. You will need to do post processing yourself to find the full list of duplication.
Context
What are you trying to achieve or the steps to reproduce?
I would like to get errors for all rows that are not unique.
Which result you had ?
[1] "value" position 2 contains a duplicate value
What did you expect ?
A list of errors for all duplicated values.
Eventually, I would like to get to the point where I could have an error related to a unique field. I guess that requires