powered by
drops variables in varlist format from the dataset
dropvar(x)
a varlist in "var1 var2 var3" format or unquoted if a single variable
returns NULL, invisibly
# NOT RUN { use(cars, clear=TRUE) listif() dropvar(speed) listif() # }
Run the code above in your browser using DataLab