Wrapper for running centering rearrange methods
rev_windows_rearranger_(
data,
window_size,
factor_name = ".window",
overwrite = FALSE
)
The sorted data.frame
(tibble
) / vector
.
Optionally with the windows factor added.
When `data`
is a vector
and `keep_windows`
is `FALSE`
,
the output will be a vector
. Otherwise, a data.frame
.
data.frame
or vector
.
Size of the windows. (Logical)
Name of the factor with window identifiers.
If `NULL`
, no column is added.
Whether to allow overwriting of existing columns. (Logical)