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 May 8, 2023, 7:41 a.m.