dplyr::distinct() + dplyr::arrange()arrange_distinctly.RdShorthand for {dplyr} functions called consecutively.
arrange_distinctly(data, ..., .keep_all = FALSE, .by_group = FALSE)
| data | A |
|---|---|
| ... | Additional arguments passed to internal |
| .keep_all | If |
| .by_group | If |
A tibble.
{tidyverse}The logic for handling ... is borrowed from a reivew of the internals for
tidyr::unite() and tidyr::gather().
Other dplyr-combos: count_arrange,
pull_distinctly