Wrapper for running centering rearrange methods
centering_rearranger_(data, col = NULL, shuffle_sides = FALSE, what = "max")
Sorted data.frame
(tibble
) / vector
.
data.frame
or vector
.
Column to create sorting factor by.
When `NULL`
and `data`
is a data.frame
,
the row numbers are used.
Whether to shuffle which elements are left and right of the center. (Logical)
What to position. "max"
or "min"
. (Character)