reorder_tbs_for_target_cors | R Documentation |
reorder_tbs_for_target_cors() is a Reorder function that reorders an object to conform to a pre-specified schema. Specifically, this function implements an algorithm to reorder tibbles for target correlations. The function returns Tibbles (a list).
reorder_tbs_for_target_cors(
tbs_ls,
cor_dbl,
cor_var_chr,
id_var_to_rmv_1L_chr = NA_character_
)
tbs_ls |
Tibbles (a list) |
cor_dbl |
Correlation (a double vector) |
cor_var_chr |
Correlation variable (a character vector) |
id_var_to_rmv_1L_chr |
Identity variable to remove (a character vector of length one), Default: 'NA' |
Tibbles (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.