powered by
Function to make variable list lncluding specific variables.
mklist(varlist, vars)
variable list lncluding specific variables.
Original variable list.
variable to include.
Internal function
data_varStruct <- list(variable = names(mtcars)) mklist(data_varStruct, names(mtcars))
Run the code above in your browser using DataLab