Description Usage Arguments Value Examples
Arrange rows in a data frame according by the columns provided. The order of columns will determine the order of arrangement.
1 |
data |
a data frame |
... |
quoted column names |
a data frame with arranged rows
1 2 | df <- data.frame(a = c(4, 6, 2), b = c('a', 's', 'd'))
df <- arrange_rows(df, a, b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.