rev_windows_rearranger_ | R Documentation |
Wrapper for running centering rearrange methods
rev_windows_rearranger_(
data,
window_size,
factor_name = ".window",
overwrite = FALSE
)
data |
|
window_size |
Size of the windows. (Logical) |
factor_name |
Name of the factor with window identifiers.
If |
overwrite |
Whether to allow overwriting of existing columns. (Logical) |
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.