Skip to content
Prev 245831 / 398506 Next

Drop column from a data frame

John -
    You can use a syntax similar to what you've tried with
the select= argument of the subset function:
x z
1   1 0
2   2 0
   . . .
x  y
1   1 11
2   2 12
   . . .


 					- Phil Spector
 					 Statistical Computing Facility
 					 Department of Statistics
 					 UC Berkeley
 					 spector at stat.berkeley.edu
On Sun, 26 Dec 2010, John Sorkin wrote: