get_signft_covars() is a Get function that retrieves a pre-existing data object from memory, local file system or online repository. Specifically, this function implements an algorithm to get significant covariates. Function argument mdls_with_covars_smry_tb specifies the where to look for the required object. The function returns Signt covariates (a character vector).
Usage
get_signft_covars(
mdls_with_covars_smry_tb,
covar_var_nms_chr,
what_1L_chr = "any",
X_Ready4useDyad = NULL
)