Skip to contents

Get the list of variable names

Usage

getListVar(list_var)

Arguments

list_var

R list, e.g., output of init_variable

Value

A character vector with the names of variables

Examples

getListVar(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.
#> [1] "myVariable"