Skip to contents

Get grid combination from list_var

Usage

generateGridCombination_fromListVar(list_var)

Arguments

list_var

A list of variables (already initialized)

Value

The grid combination between variable in list_var

Examples

generateGridCombination_fromListVar(init_variable())
#> Variable name should not contain digits, spaces, or special characters.
#> If any of these are present, they will be removed from the variable name.
#>   label_myVariable
#> 1      myVariable1
#> 2      myVariable2