arrange_rows: Arrange rows
Description
Arrange rows via descending or ascending column values
Usage
arrange_rows(.data, ..., desc = TRUE)
Arguments
...
The name of up to two column names on which to arrange the rows
desc
Logical indicating whether to arrange by descending (default) or
ascending values.
Value
Rearranged data frame