Description Usage Arguments Details Value See Also
Shorthand for {dplyr}
functions called consecutively.
1 | pull_distinctly(.data, var = -1, ..., decreasing = FALSE)
|
.data |
A table of data |
var |
A variable specified as:
The default returns the last column (on the assumption that's the column you've created most recently). This argument is taken by expression and supports quasiquotation (you can unquote column names and column positions). |
... |
Additional arguments passed to internal |
decreasing |
logical. Should the sort be increasing or decreasing?
For the |
This may be slower than dplyr::distinct()
+
dplyr::arrange()
+ dplyr::pull()
(which was the original implementation).
A vector (of the same type as var
).
Other dplyr-combos: arrange_distinctly
,
count_arrange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.