Closed mdsumner closed 7 years ago
not released yet https://github.com/hadley/dplyr/blob/master/NEWS.md
probably can make this the default in the methods? What about overrides? Convert to tibble, dropping geometry?
I think we are ok here. I have put in a warning if .keep_all = TRUE, it's up to the user (and I don't think anyone would use this).
distinct(sp, what, ever, .keep_all = TRUE) is fine but other wise not