Description Usage Arguments Value Author(s) See Also Examples
Mimics dplyr::arrange using base R and rlang
1 2 3 4 5 6 7 |
.data |
data.frame |
... |
Comma separated list of unquoted variable names, use '-' for descending order. |
data.frame
Jonathan Sidi
1 2 3 | airquality%>%
b_arrange(-Month,Temp)%>%
head()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.