R/window_fct_lvls_reorder_auto.R

Defines functions window_fct_lvls_reorder_auto

# TODO:
#
# 1. Implement this function.
# 2. Expected functionality:
#
# # Reorder factor levels automatically:
#     Reorder by sorting along another variable: variable name; summary function, .desc = FALSE
#     Reorder in frequency         : ordered = NA, TRUE, FALSE
#     Reorder in first appearance  : ordered = NA, TRUE, FALSE
#     Reverse levels
#     Shift levels to left wrapping around at end
#     Shift levels to right wrapping around at end
#
#     [checkbox:] Reverse the result
#


window_fct_lvls_reorder_auto <- function() {

}
GegznaV/RcmdrPlugin.biostat documentation built on Sept. 24, 2024, 12:07 a.m.