Description Usage Arguments Value Borrowing from the {tidyverse} See Also
Shorthand for {dplyr} functions called consecutively.
1 | arrange_distinctly(data, ..., .keep_all = FALSE, .by_group = FALSE)
|
data |
A |
... |
Optional variables to use when determining uniqueness. If there are multiple rows for a given combination of inputs, only the first row will be preserved. If omitted, will use all variables. |
.keep_all |
If |
.by_group |
If |
A tibble.
{tidyverse}The logic for handling ... is borrowed from a review of the internals for
tidyr::unite() and tidyr::gather().
Other dplyr-combos: count_arrange,
pull_distinctly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.