positioning_rearranger_ {rearrr} | R Documentation |
Wrapper for running positioning rearrange methods
positioning_rearranger_(
data,
col = NULL,
position = NULL,
shuffle_sides = FALSE,
what = "max"
)
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. |
Sorted data.frame
(tibble
) / vector
.