positioning_rearranger_ {rearrr} | R Documentation |
Wrapper for running positioning rearrange methods
Description
Wrapper for running positioning rearrange methods
Usage
positioning_rearranger_(
data,
col = NULL,
position = NULL,
shuffle_sides = FALSE,
what = "max"
)
Arguments
data |
|
col |
Column to create sorting factor by.
When |
position |
Index or quantile (in |
shuffle_sides |
Whether to shuffle which elements are left and right of the position. (Logical) |
what |
What to position. |
Value
Sorted data.frame
(tibble
) / vector
.
[Package rearrr version 0.3.4 Index]