Arrange rows by variables
# S3 method for FDF arrange(.data, ..., .by_group = FALSE) arrange(.data, ...)
.data | A FDF. |
---|---|
... | Comma separated list of unquoted variable names. Use
|
.by_group | If |
An object of the same class as .data
.