How do you delete variables from a data frame?
On Mon, 4 Feb 2002, Stuart Leask wrote:
Is there a simple way of removing variables from a dataframe? - rm(dataframe$VAR) doesn't seem to work - Copying all but the unwanted variables into a new data frame is awkward when there are a lot of variables. - I haven't found any references to this in the help files.
dataframe$VAR <- NULL G?ran -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._