arrangeDS.RdDataSHIELD implentation of dplyr::arrange.
arrangeDS(tidy_expr, df.name, .by_group)Variables, or functions of variables. Use desc() to sort a variable in descending
order.
A data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr).
If TRUE, will sort first by grouping variable. Applies to grouped data frames only.
An object of the same type as df.name, typically a data frame or tibble.