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