reorder_cndt_predrs_chr() is a Reorder function that reorders an object to conform to a pre-specified schema. Specifically, this function implements an algorithm to reorder candidate predictors character vector. The function is called for its side effects and does not return a value.
Usage
reorder_cndt_predrs_chr(
candidate_predrs_chr,
data_tb,
depnt_var_nm_1L_chr = "utl_total_w",
method_1L_chr = "pearson"
)