desc | R Documentation |
An alternative to dplyr::desc()
which is much faster
for character vectors and factors.
desc(x)
x |
Vector. |
A numeric vector that can be ordered in ascending or descending order.
Useful in dplyr::arrange()
or f_arrange()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.