Skip to content
Prev 151269 / 398498 Next

Remove non-numerical columns from data frame

Henrique Dallazuanna wrote:
Yes, and read ?Extract to clear up the confusion between data$vol and 
data[257] and data[[257]] (Section on "Recursive (list-like) objects:"). 
Also, ?Extract.data.frame.