Skip to contents

get_covar_ctgs() 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 covariate categories. Function argument results_ls specifies the where to look for the required object. The function returns Covariate categories (a character vector).

Usage

get_covar_ctgs(results_ls, collapse_1L_lgl = T)

Arguments

results_ls

Results (a list)

collapse_1L_lgl

Collapse (a logical vector of length one), Default: T

Value

Covariate categories (a character vector)