Skip to contents

This is the harp_list method for arrange(). It works in exactly the same way except that a harp_list is returned. To use this function, the dplyr package must be attached and the .harp_list suffix can be dropped.

Usage

# S3 method for harp_list
arrange(.data, ..., .by_group = FALSE)

Arguments

.data

A data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr). See Methods, below, for more details.

...

<data-masking> Variables, or functions of variables. Use desc() to sort a variable in descending order.

.by_group

If TRUE, will sort first by grouping variable. Applies to grouped data frames only.