Displaying 1 result from an estimated 1 matches for "tp1288617p1288617".
2010 Jan 24
3
Is there a quicker way to drop a data frame column than setting it to NULL?
...ative to
df$x = NULL
df$y = NULL
df$z = NULL
There are sufficiently many columns remaining to make
df = subset(df, select = c(a,b,c,d[etc]))
cumbersome.
Thank you.
--
View this message in context: http://n4.nabble.com/Is-there-a-quicker-way-to-drop-a-data-frame-column-than-setting-it-to-NULL-tp1288617p1288617.html
Sent from the R help mailing list archive at Nabble.com.