How to do distinct(., .keep_all = TRUE) in dbplyr?

When using .keep_all = TRUE while piping inside a database I get "Error: Can only find distinct value of specified columns if .keep_all is FALSE". How can I replicate the same action in another way?

4 Likes

I see exactly what you're talking about in the code. My wild-speculation is that there might be something that makes this tricky to implement across all the possible back ends. But, I think it'd be a reasonable feature request.

You can file it here:

Will do then! Thanks

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.